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

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"