Compare commits

...

2 Commits

Author SHA1 Message Date
tteckster 1a985d6417
Update deluge.sh
default Debian 12
2023-10-28 06:55:11 -04:00
tteckster 52b0fd8f69
Update deluge-install.sh
make Debian 12 compatible
2023-10-28 06:54:37 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ var_disk="4"
var_cpu="2" var_cpu="2"
var_ram="2048" var_ram="2048"
var_os="debian" var_os="debian"
var_version="11" var_version="12"
variables variables
color color
catch_errors catch_errors

View File

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