소스 검색

Install sequence

Bob Mottram 7 년 전
부모
커밋
c2bc213285
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-icecast

+ 1
- 1
src/freedombone-app-icecast 파일 보기

@@ -537,7 +537,7 @@ function install_icecast {
537 537
 
538 538
     debconf-set-selections <<< "icecast2 icecast2/icecast-setup boolean false"
539 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 542
     if [ ! -f /etc/icecast2/icecast.xml ]; then
543 543
         echo $'Icecast not installed'