Update nginx.sh
This commit is contained in:
parent
4217afadc1
commit
cfb9dc5ab9
|
|
@ -13,7 +13,11 @@ verbose "Installing the web server"
|
||||||
|
|
||||||
#change the version of php for debian stretch
|
#change the version of php for debian stretch
|
||||||
if [ ."$os_codename" = ."stretch" ]; then
|
if [ ."$os_codename" = ."stretch" ]; then
|
||||||
php_version=7.0
|
if [ ."$cpu_architecture" = ."arm" ]; then
|
||||||
|
php_version=7.2
|
||||||
|
else
|
||||||
|
php_version=7.0
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#if [ ."$cpu_architecture" = ."arm" ]; then
|
#if [ ."$cpu_architecture" = ."arm" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue