为了避免重复下载,暂时让ssinstall和ssaudit重新使用dpkg

This commit is contained in:
shenmo 2023-01-07 00:57:54 +08:00
parent 49829f8d3c
commit f856060d3d
2 changed files with 2 additions and 2 deletions

@ -28,6 +28,6 @@ fi
DEBPATH=`realpath $1`
echo ----------------------------------------------------------------------------------
aptss install -yf --reinstall "$DEBPATH"
dpkg -i "$DEBPATH" || aptss install -yf

@ -78,7 +78,7 @@ if [ ! -z "$IS_MD5SUM_CHECKD" ];then
echo "校验成功,开始安装"
echo ----------------------------------------------------------------------------------
aptss install -yf --reinstall "$DEBPATH"
dpkg -i "$DEBPATH" || aptss install -yf
else