From: Laurent Mazet Date: Wed, 24 Dec 2014 13:53:51 +0000 (+0100) Subject: allow untrusted packet installation X-Git-Tag: debian_7.5_20141224~1 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;ds=sidebyside;h=e37e98f6fc7f9b83da98f1650ed52aed7d637d39;p=debian6500.git allow untrusted packet installation --- diff --git a/master/etc/apt/apt.conf b/master/etc/apt/apt.conf index 553d63f..69d9a1a 100644 --- a/master/etc/apt/apt.conf +++ b/master/etc/apt/apt.conf @@ -1 +1,4 @@ Apt::Install-Recommends "false"; +Apt::Get::Assume-Yes "true"; +Aptitude::CmdLine::Assume-Yes "true"; +Aptitude::CmdLine::Ignore-Trust-Violations "true";