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