Browse Source

Update deluge-install.sh

make Debian 12 compatible
tteckster 1 year ago
parent
commit
52b0fd8f69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/deluge-install.sh

+ 1 - 1
install/deluge-install.sh

@@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
 $STD apt-get install -y curl
 $STD apt-get install -y curl
 $STD apt-get install -y sudo
 $STD apt-get install -y sudo
 $STD apt-get install -y mc
 $STD apt-get install -y mc
+$STD apt-get install -y python3-libtorrent
 msg_ok "Installed Dependencies"
 msg_ok "Installed Dependencies"
 
 
 msg_info "Updating Python3"
 msg_info "Updating Python3"
@@ -28,7 +29,6 @@ msg_ok "Updated Python3"
 
 
 msg_info "Installing Deluge"
 msg_info "Installing Deluge"
 $STD pip install deluge[all]
 $STD pip install deluge[all]
-$STD pip install lbry-libtorrent
 msg_ok "Installed Deluge"
 msg_ok "Installed Deluge"
 
 
 msg_info "Creating Service"
 msg_info "Creating Service"