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