drop DPkg::Install::Recursive::force=true (requires apt >= 2.3.7)

main
parent 39a266bce2
commit dceb881bd0
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -3019,8 +3019,12 @@ sub run_install() {
'DPkg::Options::=--unset=TMPDIR',
'-o',
'DPkg::Options::=dpkg',
'-o',
'DPkg::Install::Recursive::force=true',
$options->{mode} eq 'fakechroot'
? (
'-o',
'DPkg::Install::Recursive::force=true'
)
: (),
'-o',
"DPkg::Chroot-Directory=$options->{root}",
'--yes',

Loading…
Cancel
Save