Update sabnzbd-v5-install.sh

add 7zip
This commit is contained in:
tteckster
2023-01-24 23:22:11 -05:00
committed by GitHub
parent b048583513
commit 263c59944a

View File

@ -87,6 +87,7 @@ $STD apt-get install -y mc
$STD apt-get install -y unzip
$STD apt-get install -y par2
$STD apt-get install -y unrar-free
$STD apt-get install -y p7zip-full
msg_ok "Installed Dependencies"
msg_info "Installing pip3"