mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-30 16:20:59 +02:00
Ensure dependencies before updating Deluge
This commit is contained in:
committed by
GitHub
parent
a09a1915fc
commit
80827210f8
@@ -28,6 +28,7 @@ function update_script() {
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
msg_info "Updating Deluge"
|
msg_info "Updating Deluge"
|
||||||
|
ensure_dependencies python3-setuptools
|
||||||
$STD apt update
|
$STD apt update
|
||||||
$STD pip3 install deluge[all] --upgrade
|
$STD pip3 install deluge[all] --upgrade
|
||||||
msg_ok "Updated Deluge"
|
msg_ok "Updated Deluge"
|
||||||
|
|||||||
Reference in New Issue
Block a user