update EES to php7.4

bullseye
KM4ACK 2021-11-19 10:56:58 -06:00
rodzic 90f2a1220b
commit 3cbcb26298
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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