1
0
Fork 0
mirror of https://github.com/tteck/Proxmox.git synced 2025-02-15 06:09:15 +01:00

Update deluge-v5-install.sh

add dependency
This commit is contained in:
tteckster 2023-01-17 05:23:21 -05:00 committed by GitHub
commit 05c1661b6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,7 @@ msg_ok "Installed pip3"
msg_info "Installing Deluge"
$STD pip install deluge[all]
$STD pip install lbry-libtorrent
msg_ok "Installed Deluge"
msg_info "Creating Service"