Update swoole.sh

This commit is contained in:
Mr Chen 2024-11-29 02:36:40 +08:00
parent 8ec3b66f20
commit 573e3192fc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ elif [ "$version" == "71" ];then
elif [ "$version" == "72" ] || [ "$version" == "73" ] || [ "$version" == "74" ];then
LIBV=4.8.10
elif [ "$version" -gt "74" ];then
LIBV=5.1.1
LIBV=5.1.6
else
echo 'other?'
exit 0