From cf675f161b952f79e06291af068e97c865713a56 Mon Sep 17 00:00:00 2001 From: p3t4rc <147734357+p3t4rc@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:09:51 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4cd060c1..1c22232d 100644 --- a/install.sh +++ b/install.sh @@ -22,7 +22,7 @@ YELLOW='\033[0;33m' RED='\033[0;31m' RESET='\033[0m' export TERM=xterm-256color # bug fix: tput: No value for $TERM and no -T specified - +export DEBIAN_FRONTEND=noninteractive # ====================================================================== # Defaults for environment variables CUSTOM_VERSION=false # default version is latest