From 7b3b7c9c2edb0551f82d3a0b31607a3ee6ad3ce8 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 24 Apr 2019 09:59:17 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/installer.sh b/installer.sh index 59e4599..0f90dfb 100644 --- a/installer.sh +++ b/installer.sh @@ -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