Merge pull request #16526 from taosdata/test/chr/TD-14699
test: modify checkpackages scritps
This commit is contained in:
commit
7457e19e01
|
@ -108,7 +108,7 @@ if [[ ${packgeName} =~ "deb" ]];then
|
|||
echo "./debAuto.sh ${packgeName}" && chmod 755 debAuto.sh && ./debAuto.sh ${packgeName}
|
||||
else
|
||||
echo "dpkg -i ${packgeName}" && dpkg -i ${packgeName}
|
||||
|
||||
fi
|
||||
elif [[ ${packgeName} =~ "rpm" ]];then
|
||||
cd ${installPath}
|
||||
echo "rpm ${packgeName}" && rpm -ivh ${packgeName} --quiet
|
||||
|
|
Loading…
Reference in New Issue