Browse Source

Install sequence

Bob Mottram 7 years ago
parent
commit
c2bc213285
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-icecast

+ 1
- 1
src/freedombone-app-icecast View File

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