Update Raspbian 12 ARM to use PHP 8.2

Makes the install work for the Raspberry Pi
This commit is contained in:
FusionPBX 2024-02-19 22:07:48 -07:00 committed by GitHub
parent 1e19d61b18
commit 86b84e122d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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