Update changedetection-install.sh

remove dnspython-2.2.1
This commit is contained in:
tteckster 2023-11-18 12:13:11 -05:00 committed by GitHub
parent f2aed7d532
commit b422923ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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