diff --git a/ct/deluge.sh b/ct/deluge.sh index 74eaa39f5..3f305e809 100644 --- a/ct/deluge.sh +++ b/ct/deluge.sh @@ -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"