]> BookStack Code Mirror - devops/commitdiff
Merge pull request #15 from aaronstuder/patch-1
authorDan Brown <redacted>
Mon, 24 Dec 2018 15:04:50 +0000 (15:04 +0000)
committerGitHub <redacted>
Mon, 24 Dec 2018 15:04:50 +0000 (15:04 +0000)
Allow passing domain as argument

scripts/installation-ubuntu-18.04.sh

index 64725bacf4bdd03972b298061e2cc8d125a4af8b..76ac689ffed680b2379d8d4af72aae76176d6bdb 100644 (file)
@@ -13,6 +13,7 @@ fi
 CURRENT_IP=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1  -d'/')
 
 export DEBIAN_FRONTEND=noninteractive
+add-apt-repository universe
 apt update
 apt install -y git apache2 curl php7.2-fpm php7.2-curl php7.2-mbstring php7.2-ldap \
 php7.2-tidy php7.2-xml php7.2-zip php7.2-gd php7.2-mysql mysql-server-5.7 libapache2-mod-php7.2