mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-30 02:14:34 +01:00
Update sabnzbd-v5-install.sh
add unzip unrar
This commit is contained in:
parent
0323395dec
commit
85216cabc3
@ -83,12 +83,14 @@ msg_ok "Updated Container OS"
|
|||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y curl
|
$STD apt-get install -y curl
|
||||||
$STD apt-get install -y sudo
|
$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_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing pip3"
|
msg_info "Installing pip3"
|
||||||
$STD apt-get install -y par2 \
|
$STD apt-get install -y python3-setuptools
|
||||||
python3-setuptools \
|
$STD apt-get install -y python3-pip
|
||||||
python3-pip
|
|
||||||
msg_ok "Installed pip3"
|
msg_ok "Installed pip3"
|
||||||
|
|
||||||
msg_info "Installing SABnzbd"
|
msg_info "Installing SABnzbd"
|
||||||
|
Loading…
Reference in New Issue
Block a user