Update sabnzbd-install.sh

unrar 7.0.2
This commit is contained in:
tteckster 2023-10-29 15:33:13 -04:00 committed by GitHub
parent f34c2f150c
commit c674b53a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.2.12-1_amd64.deb
$STD dpkg -i unrar_6.2.12-1_amd64.deb
rm unrar_6.2.12-1_amd64.deb
wget -q http://http.us.debian.org/debian/pool/non-free/u/unrar-nonfree/unrar_7.0.2-1_amd64.deb
$STD dpkg -i unrar_7.0.2-1_amd64.deb
rm unrar_7.0.2-1_amd64.deb
msg_ok "Installed Dependencies"
msg_info "Updating Python3"