Update 'installer.sh'

This commit is contained in:
bprieshof
2019-12-04 12:03:40 +01:00
parent 7a5d2485ef
commit 8cf4e8db84

View File

@@ -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