From b85c28957ee727307f90175f9289be44c20d167d Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Mon, 30 Nov 2020 10:51:00 +0000 Subject: [PATCH] Update configure.sh --- sh/debian/configure.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index fe5f4c66..aa9e1ec2 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -5,6 +5,8 @@ set -euo pipefail IFS=' ' +export DEBIAN_FRONTEND=noninteractive + # Fix Debian 10 bug (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905409) PATH=/sbin:/usr/sbin:$PATH