Added Nginx PPA

This commit is contained in:
b.waal
2019-11-26 09:22:51 +01:00
parent 0dd9a1e6fc
commit 7aac9a639a

View File

@@ -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
@@ -150,4 +151,3 @@ 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