From 305968a9e678cfe17aef0c968bb700f413a354f3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 12 Nov 2024 09:31:24 +0100 Subject: [PATCH] noninteractive --- bash/debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/debian.sh b/bash/debian.sh index e3aa7ba..ffce0da 100644 --- a/bash/debian.sh +++ b/bash/debian.sh @@ -4,5 +4,5 @@ DEBIAN_CODENAME="$( )" debian_disable_frontend() { - export DEBIAN_FRONTEND='noninteractive' + export DEBIAN_FRONTEND="noninteractive" }