Update redis.sh

This commit is contained in:
midoks 2022-12-08 18:52:52 +08:00
parent 32971ccead
commit adba50bfc1
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ if [ "$version" == "52" ];then
LIBV=2.2.7
elif [ "$version" -lt "70" ];then
LIBV=4.2.0
elif [ "$version" -lt "74" ];then
LIBV=5.3.7
else
echo 'ok'
fi