From 6aeda1d4ff2bab2c6891fba42068e8ca4849edbe Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 9 Oct 2023 12:40:11 -0400 Subject: [PATCH] Update sabnzbd-install.sh fixes https://github.com/tteck/Proxmox/issues/1904 --- install/sabnzbd-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/sabnzbd-install.sh b/install/sabnzbd-install.sh index 6c97bd07..fb9690d3 100644 --- a/install/sabnzbd-install.sh +++ b/install/sabnzbd-install.sh @@ -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"