diff --git a/scripts/install_services.sh b/scripts/install_services.sh index bf75500..15afe5a 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -18,8 +18,8 @@ install_depends() { apt -qqq update && apt -qqy upgrade echo "icecast2 icecast2/icecast-setup boolean false" | debconf-set-selections apt install -qqy caddy ftpd sqlite3 php-sqlite3 alsa-utils \ - pulseaudio avahi-utils sox libsox-fmt-mp3 php php-fpm php-curl php-xml \ - php-zip icecast2 swig ffmpeg wget unzip curl cmake make bc libjpeg-dev \ + pulseaudio avahi-utils sox libsox-fmt-mp3 php-fpm php-curl php-xml \ + php-zip php icecast2 swig ffmpeg wget unzip curl cmake make bc libjpeg-dev \ zlib1g-dev python3-dev python3-pip python3-venv lsof net-tools gcc python3-dev inotify-tools }