Update 'installer.sh'

This commit is contained in:
bprieshof
2019-04-24 09:59:17 +02:00
parent 0aa4bbe563
commit 7b3b7c9c2e

View File

@@ -159,6 +159,12 @@ while true; do
esac
done
##-----------------##
# Static-Vars #
##-----------------##
phpver=7.3
##----------------##
# Pre-Config #
##----------------##
@@ -174,6 +180,7 @@ cd /tmp
#mv /boot/grub/menu.lst /boot/grub/menu.lst.bck
apt install -y software-properties-common
add-apt-repository -y ppa:certbot/certbot
add-apt-repository -y ppa:ondrej/php
apt update
apt upgrade -y
apt dist-upgrade -y