From 252b9cd9b1d8d6256e324bc5a211ec8c63c0b61e Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 19 Jan 2025 08:18:06 +0200 Subject: [PATCH] Update install-nginx-1.sh Switch TERM to linux --- dev-tools/install-nginx-1.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-tools/install-nginx-1.sh b/dev-tools/install-nginx-1.sh index 23aa3a1731c..9ec091b32f5 100755 --- a/dev-tools/install-nginx-1.sh +++ b/dev-tools/install-nginx-1.sh @@ -18,7 +18,8 @@ set -e set -o pipefail -export TERM=xterm +#export TERM=xterm +export TERM=linux # ------------------------------------------------------------------------------ # MIT License @@ -48,7 +49,6 @@ export TERM=xterm # ------------------------ # Set Terminal Font Colors # ------------------------ - bold=$(tput bold) red=$(tput setaf 1) green=$(tput setaf 2) @@ -57,7 +57,7 @@ blue=$(tput setaf 4) magenta=$(tput setaf 5) cyan=$(tput setaf 6) white=$(tput setaf 7) -defaultcolor=$(tput setaf default) +defaultcolor=$(tput setaf 7) # --------- # FUNCTIONS