diff --git a/tool/ssaudit b/tool/ssaudit index 7bb11da..57a53ff 100755 --- a/tool/ssaudit +++ b/tool/ssaudit @@ -122,7 +122,7 @@ DEBPATH=$(realpath "$1") exit "$try_run_ret" fi - dpkg -i "$DEBPATH" || aptss install -yf + dpkg --force-conflicts -i "$DEBPATH" || aptss install $DEBPATH -yf if [ "$?" = "0" ] && [ "$2" = "--delete-after-install" ]; then if dpkg -s "$package_name" >/dev/null 2>&1; then diff --git a/tool/ssinstall b/tool/ssinstall index 5b27b92..8ced088 100755 --- a/tool/ssinstall +++ b/tool/ssinstall @@ -165,7 +165,7 @@ if [ ! -z "$IS_SHA512SUM_CHECKED" ]; then exit "$try_run_ret" fi - dpkg -i "$DEBPATH" || aptss install -yf + dpkg --force-conflicts -i "$DEBPATH" || aptss install $DEBPATH -yf unlock_file "$DEBPATH"