Update swoole.sh

This commit is contained in:
midoks 2022-12-04 11:29:53 +08:00
parent 741da10906
commit 4b6f5a5f4e
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ LIBV=4.8.10
if [ "$version" -lt "70" ];then
LIBV=1.10.1
elif [ "$version" == "71" ];then
LIBV=4.5.2
elif [ "$version" == "70" ];then
LIBV=4.3.0
elif [ "$version" == "71" ];then
LIBV=4.5.2
else
echo '72+'
fi