From 2a68bb2e436927c6b0056111d48d7ffa7e28b4e8 Mon Sep 17 00:00:00 2001 From: frederik Date: Fri, 9 Feb 2024 15:12:22 +0100 Subject: [PATCH] bookwork fix: move php to the back so we first hit php-fpm and not pull in apache2 --- scripts/install_services.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }