From 731aaace8fbe132972ce8355a81d30f87dfbf50c Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 5 Dec 2019 12:06:09 +0100 Subject: [PATCH] Moved Nginx repo to nginx-Preconf --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index dcd7c18..a6ed913 100644 --- a/installer.sh +++ b/installer.sh @@ -256,7 +256,6 @@ $PKGI software-properties-common gnupg > $OUTPUT 2>&1 $PKGA universe -y > $OUTPUT 2>&1 $PKGA ppa:ondrej/php -y > $OUTPUT 2>&1 $PKGA ppa:certbot/certbot -y > $OUTPUT 2>&1 -$PKGA ppa:nginx/stable -y > $OUTPUT 2>&1 $PKGA ppa:chris-lea/redis-server -y > $OUTPUT 2>&1 $PKGM update $PKGM upgrade -y @@ -290,6 +289,7 @@ fi # Installer # ##-------------## +$PKGM update sed -i 's/PHPver/'$phpver'/g' /tmp/apt.list cat /tmp/apt.list | xargs $PKGI