forked from norman/fusionpbx-install.sh-github-mirror
Update Raspbian 12 ARM to use PHP 8.2
Makes the install work for the Raspberry Pi
This commit is contained in:
3
debian/resources/php.sh
vendored
3
debian/resources/php.sh
vendored
@@ -31,6 +31,9 @@ elif [ ."$cpu_architecture" = ."arm" ]; then
|
|||||||
if [ ."$os_codename" = ."bullseye" ]; then
|
if [ ."$os_codename" = ."bullseye" ]; then
|
||||||
php_version=7.4
|
php_version=7.4
|
||||||
fi
|
fi
|
||||||
|
if [ ."$os_codename" = ."bookworm" ]; then
|
||||||
|
php_version=8.2
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
#11.x - bullseye
|
#11.x - bullseye
|
||||||
#10.x - buster
|
#10.x - buster
|
||||||
|
|||||||
Reference in New Issue
Block a user