Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-09-04 12:03:06 +02:00 committed by GitHub
parent 194379db74
commit c3608f39f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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