Update install.sh
This commit is contained in:
parent
6ec51baedb
commit
e363833437
|
|
@ -16,7 +16,7 @@ function version_lt() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)"
|
|||
function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" == "$1"; }
|
||||
|
||||
|
||||
version=8.2.0alpha2
|
||||
version=8.2.0beta3
|
||||
PHP_VER=82
|
||||
Install_php()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue