FIX Build Fails - change to TERM=linux

This commit is contained in:
Mitchell Krog 2025-01-19 08:35:25 +02:00
parent 252b9cd9b1
commit b3c20aec7f
20 changed files with 50 additions and 52 deletions

View file

@ -16,7 +16,7 @@
# #
##############################################################################
export TERM=xterm
export TERM=linux
# ------------------------------------------------------------------------------
# MIT License
@ -46,7 +46,6 @@ export TERM=xterm
# ------------------------
# Set Terminal Font Colors
# ------------------------
bold=$(tput bold)
red=$(tput setaf 1)
green=$(tput setaf 2)
@ -55,7 +54,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