Update sabnzbd-install.sh

fixes https://github.com/tteck/Proxmox/issues/1904
pull/1909/head
tteckster 2023-10-09 12:40:11 -04:00 committed by GitHub
parent 36aff24887
commit 6aeda1d4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y par2
$STD apt-get install -y p7zip-full
wget -q http://http.us.debian.org/debian/pool/non-free/u/unrar-nonfree/unrar_6.0.3-1+deb11u1_amd64.deb
$STD dpkg -i unrar_6.0.3-1+deb11u1_amd64.deb
rm unrar_6.0.3-1+deb11u1_amd64.deb
wget -q http://http.us.debian.org/debian/pool/non-free/u/unrar-nonfree/unrar_6.2.12-1_amd64.deb
$STD dpkg -i unrar_6.2.12-1_amd64.deb
rm unrar_6.2.12-1_amd64.deb
msg_ok "Installed Dependencies"
msg_info "Updating Python3"