Update php.sh

This commit is contained in:
FusionPBX 2021-11-13 12:12:52 -07:00 committed by GitHub
parent 1fe4f14304
commit 56a1280caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ elif [ ."$cpu_architecture" = ."arm" ]; then
if [ ."$os_codename" = ."buster" ]; then
php_version=7.3
fi
if [ ."$os_codename" = ."bullseye" ]; then
php_version=7.4
fi
else
#11.x - bullseye
#10.x - buster