From c3608f39f275d0bfaa1c91266b93cfb8ab9121b6 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 4 Sep 2024 12:03:06 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.sh b/INSTALL.sh index 136b5776..0840d6f9 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -21,6 +21,10 @@ YELLOW='\033[0;33m' RED='\033[0;31m' RESET='\033[0m' +# tput: No value for $TERM and no -T specified +export TERM=xterm-256color + + # DEFAULTS CUSTOM_VERSION=false # default version is latest INSTALL_TIMEOUT=600 # after 10min, consider the install failed