From: Dan Brown Date: Tue, 20 Sep 2016 17:45:36 +0000 (+0100) Subject: Updated ubuntu-16.04 script with curl requirement X-Git-Url: http://source.bookstackapp.com/devops/commitdiff_plain/00f6b2044508e7a9b0bc79591b1a83016c901596 Updated ubuntu-16.04 script with curl requirement Closes #1 --- diff --git a/scripts/installation-ubuntu-16.04.sh b/scripts/installation-ubuntu-16.04.sh index 641aa31..1572eb2 100644 --- a/scripts/installation-ubuntu-16.04.sh +++ b/scripts/installation-ubuntu-16.04.sh @@ -8,7 +8,7 @@ read DOMAIN export DEBIAN_FRONTEND=noninteractive apt update -apt install -y git nginx php7.0 php7.0-curl php7.0-mbstring php7.0-ldap php7.0-mcrypt \ +apt install -y git nginx curl php7.0 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