From 932b69a8c47299048d49cb1167d7726091223008 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 6 Apr 2024 09:05:33 -0400 Subject: [PATCH] Update sabnzbd-install.sh fixes https://github.com/tteck/Proxmox/issues/2739 --- install/sabnzbd-install.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/install/sabnzbd-install.sh b/install/sabnzbd-install.sh index 00bd1141..b206c82f 100644 --- a/install/sabnzbd-install.sh +++ b/install/sabnzbd-install.sh @@ -19,10 +19,12 @@ $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 -RELEASE=$(curl -s http://http.us.debian.org/debian/pool/non-free/u/unrar-nonfree/ | grep -oP 'href="\K[^"]*unrar_7\.\d+\.\d+-\d+_amd64\.deb' | head -1) -wget -q http://http.us.debian.org/debian/pool/non-free/u/unrar-nonfree/$RELEASE -$STD dpkg -i unrar*.deb -rm unrar*.deb +cat </etc/apt/sources.list.d/non-free.list +deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware +EOF +$STD apt-get update +$STD apt-get install -y unrar +rm /etc/apt/sources.list.d/non-free.list msg_ok "Installed Dependencies" msg_info "Updating Python3"