forked from norman/fusionpbx-install.sh-github-mirror
Add php version for Raspbian Trixie and Forky
This commit is contained in:
6
debian/resources/php.sh
vendored
6
debian/resources/php.sh
vendored
@@ -34,6 +34,12 @@ elif [ ."$cpu_architecture" = ."arm" ]; then
|
|||||||
if [ ."$os_codename" = ."bookworm" ]; then
|
if [ ."$os_codename" = ."bookworm" ]; then
|
||||||
php_version=8.2
|
php_version=8.2
|
||||||
fi
|
fi
|
||||||
|
if [ ."$os_codename" = ."trixie" ]; then
|
||||||
|
php_version=8.4
|
||||||
|
fi
|
||||||
|
if [ ."$os_codename" = ."forky" ]; then
|
||||||
|
php_version=8.4
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
#11.x - bullseye
|
#11.x - bullseye
|
||||||
#10.x - buster
|
#10.x - buster
|
||||||
|
|||||||
Reference in New Issue
Block a user