forked from norman/fusionpbx-install.sh-github-mirror
Update php.sh
This commit is contained in:
6
debian/resources/php.sh
vendored
6
debian/resources/php.sh
vendored
@@ -12,7 +12,11 @@ verbose "Configuring PHP"
|
|||||||
|
|
||||||
#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
|
||||||
|
|
||||||
#update config if source is being used
|
#update config if source is being used
|
||||||
|
|||||||
Reference in New Issue
Block a user