]> BookStack Code Mirror - devops/blobdiff - scripts/installation-ubuntu-16.04.sh
Update installation-ubuntu-16.04.sh
[devops] / scripts / installation-ubuntu-16.04.sh
index 42c281f6b95612fecef848c84febf6f02bdf622a..d5306135caffbcc4407ba350515996f32ab9a14f 100644 (file)
@@ -3,14 +3,14 @@
 # This script is experimental and does not ensure any security.
 
 echo ""
-echo -n "Enter your the domain you want to host BookStack and press [ENTER]: "
+echo -n "Enter the domain you want to host BookStack and press [ENTER]: "
 read DOMAIN
 
 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