From 56a1280caaf8332b15746e91e6c083a79b34306f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 13 Nov 2021 12:12:52 -0700 Subject: [PATCH] Update php.sh --- debian/resources/php.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/resources/php.sh b/debian/resources/php.sh index 0afe83f..3c98010 100755 --- a/debian/resources/php.sh +++ b/debian/resources/php.sh @@ -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