From e37e98f6fc7f9b83da98f1650ed52aed7d637d39 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Wed, 24 Dec 2014 14:53:51 +0100 Subject: [PATCH] allow untrusted packet installation --- master/etc/apt/apt.conf | 3 +++ 1 file changed, 3 insertions(+) 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"; -- 2.30.2