Update swoole.sh
This commit is contained in:
parent
50bf73a334
commit
16274c56c9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue