提交 d59edad6 编写于 作者: haoranc's avatar haoranc

test: modify checkpackages scritps

上级 a76cd460
......@@ -111,7 +111,9 @@ if [[ ${packgeName} =~ "deb" ]];then
fi
elif [[ ${packgeName} =~ "rpm" ]];then
cd ${installPath}
echo "rpm ${packgeName}" && rpm -ivh ${packgeName} --quiet
sudo rpm -e tdengine
sudo rpm -e taostools
echo "rpm -ivh ${packgeName} --quiet " && rpm -ivh ${packgeName} --quiet
elif [[ ${packgeName} =~ "tar" ]];then
cd ${oriInstallPath}
if [ ! -f {originPackageName} ];then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册