mirror of
https://github.com/tteck/Proxmox.git
synced 2025-01-11 08:55:08 +00:00
Update changedetection-v5-install.sh
add dnspython
This commit is contained in:
parent
30c820fd2a
commit
c4d2e1908e
@ -89,6 +89,7 @@ msg_ok "Installed Dependencies"
|
|||||||
msg_info "Installing Change Detection"
|
msg_info "Installing Change Detection"
|
||||||
mkdir /opt/changedetection
|
mkdir /opt/changedetection
|
||||||
$STD pip3 install changedetection.io
|
$STD pip3 install changedetection.io
|
||||||
|
$STD python3 -m pip install dnspython==2.2.1
|
||||||
msg_ok "Installed Change Detection"
|
msg_ok "Installed Change Detection"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
Loading…
Reference in New Issue
Block a user