From 5aea90096d1658770bdd602de3df36285c2ff600 Mon Sep 17 00:00:00 2001 From: Filip Pytloun Date: Thu, 10 Mar 2016 15:43:59 +0100 Subject: Force noninteractive debian frontend --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index cc932ee..95f8480 100644 --- a/functions.sh +++ b/functions.sh @@ -15,5 +15,5 @@ cleanup (){ chroot_exec() { # Exec command in chroot - LANG=C LC_ALL=C chroot $R $* + LANG=C LC_ALL=C DEBIAN_FRONTEND=noninteractive chroot $R $* } -- cgit v1.2.3