]> BookStack Code Mirror - devops/commitdiff
Update installation-ubuntu-16.04.sh 7/head
authorraulnor516 <redacted>
Sat, 30 Sep 2017 20:52:06 +0000 (15:52 -0500)
committerGitHub <redacted>
Sat, 30 Sep 2017 20:52:06 +0000 (15:52 -0500)
Changed php7.0 to php7.0-fpm so that it stops installing apache2 and related programs, breaking the script.

scripts/installation-ubuntu-16.04.sh

index 42c281f6b95612fecef848c84febf6f02bdf622a..f95e80726d960b8f318d9dc7c85ed6d410e6522b 100644 (file)
@@ -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