Update yar.sh

pull/620/head
Mr Chen 10 months ago
parent 95dcd4c04d
commit 93ddd3c2c4
  1. 8
      plugins/php-apt/versions/common/yar.sh

@ -15,18 +15,14 @@ version=$2
sysName=`uname` sysName=`uname`
LIBNAME=yar LIBNAME=yar
LIBV=2.3.2 LIBV=2.3.3
if [[ "$version" =~ "8.0" ]];then
LIBV=3.3.6
fi
if [[ "$version" =~ "5.0" ]];then if [[ "$version" =~ "5.0" ]];then
LIBV=1.2.5 LIBV=1.2.5
fi fi
if [[ "$version" =~ "7.0" ]];then if [[ "$version" =~ "7.0" ]];then
LIBV=2.3.2 LIBV=2.3.3
fi fi
extVer=`bash $curPath/lib.sh $version` extVer=`bash $curPath/lib.sh $version`

Loading…
Cancel
Save