From: raulnor516 Date: Sat, 30 Sep 2017 20:52:06 +0000 (-0500) Subject: Update installation-ubuntu-16.04.sh X-Git-Url: http://source.bookstackapp.com/devops/commitdiff_plain/refs/pull/7/head?ds=inline Update installation-ubuntu-16.04.sh Changed php7.0 to php7.0-fpm so that it stops installing apache2 and related programs, breaking the script. --- diff --git a/scripts/installation-ubuntu-16.04.sh b/scripts/installation-ubuntu-16.04.sh index 42c281f..f95e807 100644 --- a/scripts/installation-ubuntu-16.04.sh +++ b/scripts/installation-ubuntu-16.04.sh @@ -10,7 +10,7 @@ myip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d export DEBIAN_FRONTEND=noninteractive apt update -apt install -y git nginx curl php7.0 php7.0-curl php7.0-mbstring php7.0-ldap php7.0-mcrypt \ +apt install -y git nginx curl php7.0-fpm php7.0-curl php7.0-mbstring php7.0-ldap php7.0-mcrypt \ php7.0-tidy php7.0-xml php7.0-zip php7.0-gd php7.0-mysql mysql-server-5.7 mcrypt # Set up database