kopia lustrzana https://github.com/km4ack/pi-build
update EES to php7.4
rodzic
90f2a1220b
commit
3cbcb26298
|
@ -561,10 +561,10 @@ EOF
|
||||||
|
|
||||||
EES() {
|
EES() {
|
||||||
|
|
||||||
#install PHP7.3 if not installed
|
#install PHP7.4 if not installed
|
||||||
#this will also install apache2
|
#this will also install apache2
|
||||||
if ! hash php7.3 2>/dev/null; then
|
if ! hash php7.4 2>/dev/null; then
|
||||||
sudo apt install -y php7.3
|
sudo apt install -y php7.4
|
||||||
fi
|
fi
|
||||||
#install ghostwriter if needed
|
#install ghostwriter if needed
|
||||||
#this is used to mod the new index.html
|
#this is used to mod the new index.html
|
||||||
|
|
Ładowanie…
Reference in New Issue