mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-10-23 18:52:21 +08:00
移除ssinstall的安装测试
This commit is contained in:
parent
a7cb44348d
commit
0b2290344b
@ -78,17 +78,6 @@ if [ ! -z "$IS_MD5SUM_CHECKD" ];then
|
|||||||
|
|
||||||
echo "校验成功,开始安装"
|
echo "校验成功,开始安装"
|
||||||
echo ----------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------
|
||||||
try_run_output=$(aptss --dry-run install $DEBPATH)
|
|
||||||
try_run_ret="$?"
|
|
||||||
|
|
||||||
if [ "$try_run_ret" -ne 0 ]
|
|
||||||
then
|
|
||||||
echo "Package manager quit with exit code.Here is the log"
|
|
||||||
echo "包管理器以错误代码退出.日志如下"
|
|
||||||
echo
|
|
||||||
echo -e "${try_run_output}"
|
|
||||||
exit "$try_run_ret"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
dpkg -i "$DEBPATH" || aptss install -yf
|
dpkg -i "$DEBPATH" || aptss install -yf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user