From 3cbcb26298ab4f8951fa7cf5c08b59efc33c6ba6 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Fri, 19 Nov 2021 10:56:58 -0600 Subject: [PATCH] update EES to php7.4 --- functions/additional.function | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/additional.function b/functions/additional.function index ca915ed..0ea64bb 100644 --- a/functions/additional.function +++ b/functions/additional.function @@ -561,10 +561,10 @@ EOF EES() { - #install PHP7.3 if not installed + #install PHP7.4 if not installed #this will also install apache2 - if ! hash php7.3 2>/dev/null; then - sudo apt install -y php7.3 + if ! hash php7.4 2>/dev/null; then + sudo apt install -y php7.4 fi #install ghostwriter if needed #this is used to mod the new index.html