From e6b938ad2766d39f0d992b235082d0a0a5bc4b2f Mon Sep 17 00:00:00 2001 From: Maxime Daniel Date: Mon, 26 Aug 2024 16:29:10 +0200 Subject: [PATCH] autobuild: make tzdata silent working --- autobuild/tf-build-deps-clean.sh | 2 ++ autobuild/tf-build-deps.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/autobuild/tf-build-deps-clean.sh b/autobuild/tf-build-deps-clean.sh index 3fcd479..331b036 100644 --- a/autobuild/tf-build-deps-clean.sh +++ b/autobuild/tf-build-deps-clean.sh @@ -1,4 +1,6 @@ #!/bin/bash +export DEBIAN_FRONTEND=noninteractive +export DEBCONF_NONINTERACTIVE_SEEN=true apt-get update diff --git a/autobuild/tf-build-deps.sh b/autobuild/tf-build-deps.sh index ffa1ea2..628c9f2 100644 --- a/autobuild/tf-build-deps.sh +++ b/autobuild/tf-build-deps.sh @@ -1,4 +1,6 @@ #!/bin/bash +export DEBIAN_FRONTEND=noninteractive +export DEBCONF_NONINTERACTIVE_SEEN=true # install dependencies for building apt-get update