Sfoglia il codice sorgente

Update deluge-v5-install.sh

add dependency
tteckster 2 anni fa
parent
commit
05c1661b6f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      install/deluge-v5-install.sh

+ 1 - 0
install/deluge-v5-install.sh

@@ -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"