allow untrusted packet installation
authorLaurent Mazet <laurent.mazet@thalesgroup.com>
Wed, 24 Dec 2014 13:53:51 +0000 (14:53 +0100)
committerLaurent Mazet <laurent.mazet@thalesgroup.com>
Wed, 24 Dec 2014 13:53:51 +0000 (14:53 +0100)
master/etc/apt/apt.conf

index 553d63f93f9d6a70eaf171119df5d46624006ba0..69d9a1a5094aff4826a0634611817fe4914853c1 100644 (file)
@@ -1 +1,4 @@
 Apt::Install-Recommends "false";
+Apt::Get::Assume-Yes "true";
+Aptitude::CmdLine::Assume-Yes "true";
+Aptitude::CmdLine::Ignore-Trust-Violations "true";