mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[arch] fix -> not skipping dependency checking when the user opts to proceed with a transaction that would break other packages
This commit is contained in:
@@ -723,7 +723,7 @@ def upgrade_several(pkgnames: Iterable[str], root_password: str, overwrite_confl
|
||||
cmd.append('--overwrite=*')
|
||||
|
||||
if skip_dependency_checks:
|
||||
cmd.append('-d')
|
||||
cmd.append('-dd')
|
||||
|
||||
return SimpleProcess(cmd=cmd,
|
||||
root_password=root_password,
|
||||
|
||||
Reference in New Issue
Block a user