From ba67185b9ca83f374d4caab59c4f594c2dfc3366 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Tue, 4 Jul 2017 10:41:54 +0200 Subject: [PATCH] allow installation unauthenticated packages --- build/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config b/build/config index 5071650..d602069 100644 --- a/build/config +++ b/build/config @@ -3,7 +3,7 @@ export DEBIAN_FRONTEND=noninteractive apt_install() { apt-get update - apt-get install -y --no-install-recommends "$@" + apt-get install -y --allow-unauthenticated --no-install-recommends "$@" } apt_install_permanent() {