]> BookStack Code Mirror - devops/commitdiff
Merge pull request #18 from jantari/patch-1
authorDan Brown <redacted>
Mon, 24 Dec 2018 14:44:09 +0000 (14:44 +0000)
committerGitHub <redacted>
Mon, 24 Dec 2018 14:44:09 +0000 (14:44 +0000)
fixed multiple packages not being found

scripts/installation-ubuntu-18.04.sh

index af398e6ccc6cb3b0ace34d3b096868832bd12943..7db837b21020433149fb57318a4a121ed1fb5fdd 100644 (file)
@@ -9,6 +9,7 @@ read DOMAIN
 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