mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "1a985d64174322be5975e8cb543789d687485a3c" and "b7747c2b076d75415489ed7c8e522cd921b9d9d5" have entirely different histories.
1a985d6417
...
b7747c2b07
|
@ -24,7 +24,7 @@ var_disk="4"
|
|||
var_cpu="2"
|
||||
var_ram="2048"
|
||||
var_os="debian"
|
||||
var_version="12"
|
||||
var_version="11"
|
||||
variables
|
||||
color
|
||||
catch_errors
|
||||
|
|
|
@ -17,7 +17,6 @@ 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"
|
||||
|
@ -29,6 +28,7 @@ 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"
|
||||
|
|
Loading…
Reference in New Issue