Commit 8d8f6276 authored by Dietmar Maurer's avatar Dietmar Maurer

apt-get upgrade: pass --force-confdef and --force-confold to dpkg

parent 42bd93f3
......@@ -273,6 +273,10 @@ __PACKAGE__->register_method({
my $cmd = ['apt-get', 'dist-upgrade', '--assume-yes'];
push @$cmd, '-o', 'Dpkg::Options::=--force-confdef';
push @$cmd, '-o', 'Dpkg::Options::=--force-confold';
print "starting apt-get dist-upgrade\n";
$ENV{DEBIAN_FRONTEND} = 'noninteractive';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment