Update php.sh
This commit is contained in:
parent
1fe4f14304
commit
56a1280caa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue