]> BookStack Code Mirror - devops/commitdiff
Updated ubuntu-16.04 script with curl requirement
authorDan Brown <redacted>
Tue, 20 Sep 2016 17:45:36 +0000 (18:45 +0100)
committerGitHub <redacted>
Tue, 20 Sep 2016 17:45:36 +0000 (18:45 +0100)
Closes #1

scripts/installation-ubuntu-16.04.sh

index 641aa31ac62e601ec8e5a48562ea077003f5b4c1..1572eb28a3f4438694d3174c7a2c8d9472bce157 100644 (file)
@@ -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