test: modify checkpackages scritps of arm64

This commit is contained in:
tomchon 2022-09-01 23:16:40 +08:00
parent 5674429475
commit 27e1e332b1
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ if [[ ${packgeName} =~ "Lite" ]] || [[ ${packgeName} =~ "client" ]] || ([[ $
wgetFile taosTools-2.1.2-Linux-x64.tar.gz .
tar xf taosTools-2.1.2-Linux-x64.tar.gz
cd taosTools-2.1.2 && bash install-taostools.sh
elif ([[ ${packgeName} =~ "arm64" ]] && [[ ${packgeName} =~ "server" ]]);then
elif ([[ ${packgeName} =~ "arm64" ]] && [[ ${packgeName} =~ "client" ]]);then
echoColor G "===== install taos-tools when package is lite or client ====="
cd ${installPath}
wgetFile taosTools-2.1.2-Linux-arm64.tar.gz .