forked from norman/fusionpbx-install.sh-github-mirror
Update Raspbian PHP version handling in nginx.sh
This commit is contained in:
9
debian/resources/nginx.sh
vendored
9
debian/resources/nginx.sh
vendored
@@ -17,6 +17,15 @@ if [ ."$cpu_architecture" = ."arm" ]; then
|
||||
if [ ."$os_codename" = ."bullseye" ]; then
|
||||
php_version=7.4
|
||||
fi
|
||||
if [ ."$os_codename" = ."bookworm" ]; then
|
||||
php_version=8.2
|
||||
fi
|
||||
if [ ."$os_codename" = ."trixie" ]; then
|
||||
php_version=8.4
|
||||
fi
|
||||
if [ ."$os_codename" = ."forky" ]; then
|
||||
php_version=8.4
|
||||
fi
|
||||
fi
|
||||
|
||||
#set the version of php
|
||||
|
||||
Reference in New Issue
Block a user