Update changedetection-v5-install.sh

add dnspython
This commit is contained in:
tteckster 2023-01-16 19:07:50 -05:00 committed by GitHub
parent 30c820fd2a
commit c4d2e1908e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"