Selaa lähdekoodia

Update changedetection-v5-install.sh

add dnspython
tteckster 2 vuotta sitten
vanhempi
commit
c4d2e1908e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      install/changedetection-v5-install.sh

+ 1 - 0
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"