bookwork fix: move php to the back so we first hit php-fpm and not pull in apache2
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user