浏览代码

Update channels-install.sh

add extra dependencies
tteckster 1 年之前
父节点
当前提交
590f85ccd2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      install/channels-install.sh

+ 2 - 0
install/channels-install.sh

@@ -17,6 +17,8 @@ msg_info "Installing Dependencies"
 $STD apt-get install -y curl
 $STD apt-get install -y sudo
 $STD apt-get install -y mc
+$STD apt-get install -y chromium-browser
+$STD apt-get install -y xvfb
 msg_ok "Installed Dependencies"
 
 msg_info "Installing Channels DVR Server (Patience)"