Update nginx.sh
This change will allow FusionPBX to build successfully on arm/arm64 when using Ubuntu focal. Yhis piece of code is currently redundant anyway as its set for Debian stretch but in the Ubuntu installer
This commit is contained in:
parent
dca3e2f0a9
commit
a6e363d14d
|
|
@ -15,8 +15,8 @@ verbose "Installing the web server"
|
||||||
if [ ."$cpu_architecture" = ."arm" ]; then
|
if [ ."$cpu_architecture" = ."arm" ]; then
|
||||||
#Pi2 and Pi3 Raspbian
|
#Pi2 and Pi3 Raspbian
|
||||||
#Odroid
|
#Odroid
|
||||||
if [ ."$os_codename" = ."stretch" ]; then
|
if [ ."$os_codename" = ."focal" ]; then
|
||||||
php_version=7.2
|
php_version=7.4
|
||||||
else
|
else
|
||||||
php_version=5.6
|
php_version=5.6
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue