From 63aea9ba00048e79951bafdee28579ace389d3ae Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 17 Sep 2019 13:07:11 +0200 Subject: [PATCH] Fixed ppa:ondrej/php -y was missing --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index a6f199a..eb01d5b 100644 --- a/installer.sh +++ b/installer.sh @@ -94,7 +94,7 @@ chmod -R 755 /var/www $PKGM update $PKGI software-properties-common $PKGA universe -y > $OUTPUT 2>&1 -$PKGA ppa:ondrej/php > $OUTPUT 2>&1 +$PKGA ppa:ondrej/php -y > $OUTPUT 2>&1 wget -q -O- https://repo.dovecot.org/DOVECOT-REPO-GPG | sudo apt-key add - echo "deb https://repo.dovecot.org/ce-2.3-latest/ubuntu/$(lsb_release -cs) $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/dovecot.list $PKGM update