Update install.sh
This commit is contained in:
parent
3a34974ec9
commit
ce421cfb89
|
|
@ -16,7 +16,7 @@ function version_le() { test "$(echo "$@" | tr " " "\n" | sort -V | head -n 1)"
|
|||
function version_lt() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" != "$1"; }
|
||||
function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" == "$1"; }
|
||||
|
||||
version=7.4.30
|
||||
version=7.4.26
|
||||
PHP_VER=74
|
||||
Install_php()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue