From c4d2e1908e45f53d58cc235ed910cf4bd17561c9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 16 Jan 2023 19:07:50 -0500 Subject: [PATCH] Update changedetection-v5-install.sh add dnspython --- install/changedetection-v5-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/changedetection-v5-install.sh b/install/changedetection-v5-install.sh index c2835894..313d35cc 100644 --- a/install/changedetection-v5-install.sh +++ b/install/changedetection-v5-install.sh @@ -89,6 +89,7 @@ msg_ok "Installed Dependencies" 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 "Creating Service"