From 8cf4e8db8481dc948d46d4bde0fe963f96fc56c0 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 4 Dec 2019 12:03:40 +0100 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 60d36ca..d0c3566 100644 --- a/installer.sh +++ b/installer.sh @@ -242,7 +242,7 @@ curl "$repo"/raw/branch/"$branch"/CMS/"$CMS"/apt.list >>/tmp/apt.list sed -i '/Port 22/c\Port 4242' /etc/ssh/sshd_config msg "Preconfiguring." -$PKGI software-properties-common > $OUTPUT 2>&1 +$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