浏览代码

Install sequence

Bob Mottram 7 年前
父节点
当前提交
c2bc213285
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-icecast

+ 1
- 1
src/freedombone-app-icecast 查看文件

537
 
537
 
538
     debconf-set-selections <<< "icecast2 icecast2/icecast-setup boolean false"
538
     debconf-set-selections <<< "icecast2 icecast2/icecast-setup boolean false"
539
     apt-get -yq install icecast2
539
     apt-get -yq install icecast2
540
-    apt-get -yq install icecast2 ices2 ffmpeg apache2-utils
540
+    apt-get -yq install ices2 ffmpeg apache2-utils
541
 
541
 
542
     if [ ! -f /etc/icecast2/icecast.xml ]; then
542
     if [ ! -f /etc/icecast2/icecast.xml ]; then
543
         echo $'Icecast not installed'
543
         echo $'Icecast not installed'