From b279ea6644a8005c01dcd5e31ed9ce0aa779a423 Mon Sep 17 00:00:00 2001 From: Filipe PINTO Date: Thu, 29 Aug 2024 15:35:03 +0200 Subject: [PATCH] Fix non interactive mode for install_prerequisites_ubuntu.sh --- bin/install_prerequisites_ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/install_prerequisites_ubuntu.sh b/bin/install_prerequisites_ubuntu.sh index b6b4dce0c01..ed5d27fb193 100755 --- a/bin/install_prerequisites_ubuntu.sh +++ b/bin/install_prerequisites_ubuntu.sh @@ -2,6 +2,7 @@ set -Eeuo pipefail echo "----- install prerequisite packages -----" +export DEBIAN_FRONTEND=noninteractive if ! command -V sudo ; then apt-get update apt-get -y install sudo