Fixed ppa:ondrej/php
-y was missing
This commit is contained in:
@@ -94,7 +94,7 @@ chmod -R 755 /var/www
|
|||||||
$PKGM update
|
$PKGM update
|
||||||
$PKGI software-properties-common
|
$PKGI software-properties-common
|
||||||
$PKGA universe -y > $OUTPUT 2>&1
|
$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 -
|
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
|
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
|
$PKGM update
|
||||||
|
|||||||
Reference in New Issue
Block a user