From 85216cabc35203ef87803637f8c1608537536aa6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 20 Jan 2023 08:22:09 -0500 Subject: [PATCH] Update sabnzbd-v5-install.sh add unzip unrar --- install/sabnzbd-v5-install.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/install/sabnzbd-v5-install.sh b/install/sabnzbd-v5-install.sh index 848ac026..1790be9a 100644 --- a/install/sabnzbd-v5-install.sh +++ b/install/sabnzbd-v5-install.sh @@ -83,12 +83,14 @@ msg_ok "Updated Container OS" msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo +$STD apt-get install -y unzip +$STD apt-get install -y par2 +$STD apt-get install -y unrar-free msg_ok "Installed Dependencies" msg_info "Installing pip3" -$STD apt-get install -y par2 \ - python3-setuptools \ - python3-pip +$STD apt-get install -y python3-setuptools +$STD apt-get install -y python3-pip msg_ok "Installed pip3" msg_info "Installing SABnzbd"