From 6a3c2c42bcd3ff245c88f2f650be9b8f6aaabebb Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 21 Dec 2019 11:26:40 +0100 Subject: [PATCH] set noninteractive dpkg frontend --- post-debootstrap-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index ed25ce8..970f164 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -1,5 +1,5 @@ -#!/bin/bash -set -e +#!/bin/bash -e +export DEBIAN_FRONTEND=noninteractive # config files