Install sequence

This commit is contained in:
Bob Mottram 2017-11-26 21:37:03 +00:00
parent 0da9ed132f
commit c2bc213285
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ function install_icecast {
debconf-set-selections <<< "icecast2 icecast2/icecast-setup boolean false"
apt-get -yq install icecast2
apt-get -yq install icecast2 ices2 ffmpeg apache2-utils
apt-get -yq install ices2 ffmpeg apache2-utils
if [ ! -f /etc/icecast2/icecast.xml ]; then
echo $'Icecast not installed'