From 52b0fd8f694c26167454c7c7efb0f9fedbc66fb7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 28 Oct 2023 06:54:37 -0400 Subject: [PATCH] Update deluge-install.sh make Debian 12 compatible --- install/deluge-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/deluge-install.sh b/install/deluge-install.sh index 1fde3caa..fb6c50e1 100644 --- a/install/deluge-install.sh +++ b/install/deluge-install.sh @@ -17,6 +17,7 @@ msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc +$STD apt-get install -y python3-libtorrent msg_ok "Installed Dependencies" msg_info "Updating Python3" @@ -28,7 +29,6 @@ msg_ok "Updated Python3" msg_info "Installing Deluge" $STD pip install deluge[all] -$STD pip install lbry-libtorrent msg_ok "Installed Deluge" msg_info "Creating Service"