|
@@ -526,6 +526,8 @@ function remove_icecast {
|
526
|
526
|
if [ -d /etc/ices2 ]; then
|
527
|
527
|
rm -rf /etc/ices2
|
528
|
528
|
fi
|
|
529
|
+ function_check remove_onion_service
|
|
530
|
+ remove_onion_service icecast ${ICECAST_ONION_PORT}
|
529
|
531
|
sed -i '/icecast/d' $COMPLETION_FILE
|
530
|
532
|
}
|
531
|
533
|
|
|
@@ -534,6 +536,7 @@ function install_icecast {
|
534
|
536
|
apt-get -yq update
|
535
|
537
|
|
536
|
538
|
debconf-set-selections <<< "icecast2 icecast2/icecast-setup boolean false"
|
|
539
|
+ apt-get -yq install icecast2
|
537
|
540
|
apt-get -yq install icecast2 ices2 ffmpeg apache2-utils
|
538
|
541
|
|
539
|
542
|
if [ ! -f /etc/icecast2/icecast.xml ]; then
|