From 7aac9a639a0a79d9da6fa0b73752f9aae2b71d55 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 26 Nov 2019 09:22:51 +0100 Subject: [PATCH] Added Nginx PPA --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index 3114246..cb11bdc 100644 --- a/installer.sh +++ b/installer.sh @@ -102,6 +102,7 @@ $PKGI software-properties-common > $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 $PKGM update $PKGM upgrade -y @@ -149,5 +150,4 @@ ufw default allow outgoing > $OUTPUT 2>&1 ufw allow 80/tcp > $OUTPUT 2>&1 ufw allow 443/tcp > $OUTPUT 2>&1 ufw limit 4242/tcp > $OUTPUT 2>&1 -echo "y" | ufw enable > $OUTPUT 2>&1 - +echo "y" | ufw enable > $OUTPUT 2>&1 \ No newline at end of file