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