From b422923ea70ee2df62a5e19e87aced7435225e30 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 18 Nov 2023 12:13:11 -0500 Subject: [PATCH] Update changedetection-install.sh remove dnspython-2.2.1 --- install/changedetection-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh index 7ad0e307..91f6e681 100644 --- a/install/changedetection-install.sh +++ b/install/changedetection-install.sh @@ -67,7 +67,6 @@ msg_ok "Installed Node.js" msg_info "Installing Change Detection" mkdir /opt/changedetection $STD pip3 install changedetection.io -$STD python3 -m pip install dnspython==2.2.1 msg_ok "Installed Change Detection" msg_info "Installing Browserless & Playwright"