Преглед изворни кода

Update deluge-v5-install.sh

add dependency
tteckster пре 2 година
родитељ
комит
05c1661b6f
1 измењених фајлова са 1 додато и 0 уклоњено
  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"