Ensure dependencies before updating Deluge

This commit is contained in:
CanbiZ (MickLesk)
2026-02-12 13:16:52 +01:00
committed by GitHub
parent a09a1915fc
commit 80827210f8

View File

@@ -28,6 +28,7 @@ function update_script() {
exit
fi
msg_info "Updating Deluge"
ensure_dependencies python3-setuptools
$STD apt update
$STD pip3 install deluge[all] --upgrade
msg_ok "Updated Deluge"