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