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