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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"