浏览代码

Update sabnzbd-v5-install.sh

add 7zip
tteckster 2 年之前
父节点
当前提交
263c59944a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      install/sabnzbd-v5-install.sh

+ 1 - 0
install/sabnzbd-v5-install.sh

@@ -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"