소스 검색

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"