소스 검색

Update sabnzbd-v5-install.sh

add unzip unrar
tteckster 2 년 전
부모
커밋
85216cabc3
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      install/sabnzbd-v5-install.sh

+ 5 - 3
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"