From 515d64bc2ace6029fd368ae3884492fb77dcd270 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 14 May 2023 11:48:35 +0200 Subject: [PATCH] debian/frontend --- bash/debian.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bash/debian.sh diff --git a/bash/debian.sh b/bash/debian.sh new file mode 100644 index 0000000..acf628d --- /dev/null +++ b/bash/debian.sh @@ -0,0 +1,3 @@ +function debian_disable_frontend { + export DEBIAN_FRONTEND='noninteractive' +}