Update swoole.sh

This commit is contained in:
midoks 2022-07-10 13:18:47 +08:00
parent 50bf73a334
commit 16274c56c9
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ APT_INSTALL=0
if [ `echo "$version < 7.0"|bc` -eq 1 ];then
LIBV=1.10.1
elif [ `echo "$version < 7.2"|bc` -eq 1 ];then
LIBV=4.5.2
LIBV=4.3.0
else
echo 'ok'
APT_INSTALL=1