Update deluge-v5-install.sh

add dependency
This commit is contained in:
tteckster 2023-01-17 05:23:21 -05:00 committed by GitHub
parent c4d2e1908e
commit 05c1661b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"