From 0b2290344b7ee37b052b07239f775b1bedde465b Mon Sep 17 00:00:00 2001 From: shenmo Date: Fri, 20 Jan 2023 00:18:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4ssinstall=E7=9A=84=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/ssinstall | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tool/ssinstall b/tool/ssinstall index e5dbee7..49f610f 100755 --- a/tool/ssinstall +++ b/tool/ssinstall @@ -78,17 +78,6 @@ if [ ! -z "$IS_MD5SUM_CHECKD" ];then 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