try fix install won't fix dependencies

This commit is contained in:
2024-10-21 01:57:34 +08:00
parent 120793dbcc
commit f3a690d9ae
7 changed files with 129 additions and 127 deletions

View File

@@ -165,7 +165,8 @@ if [ ! -z "$IS_SHA512SUM_CHECKED" ]; then
exit "$try_run_ret"
fi
dpkg --force-conflicts -i "$DEBPATH" || aptss install $DEBPATH -yf
dpkg --force-conflicts -i "$DEBPATH"
aptss install $DEBPATH -yf
unlock_file "$DEBPATH"