浏览代码

Update php.sh

FusionPBX 3 年之前
父节点
当前提交
56a1280caa
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      debian/resources/php.sh

+ 3 - 0
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