Fixed ppa:ondrej/php

-y was missing
This commit is contained in:
b.waal
2019-09-17 13:07:11 +02:00
parent de619a03be
commit 63aea9ba00

View File

@@ -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