mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 04:12:03 +08:00
try fix install won't fix dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user