Skip to content

Commit

Permalink
Update generate-files.sh
Browse files Browse the repository at this point in the history
FIX: tput: unknown terminfo capability 'default'
Error: Process completed with exit code 4.

Change TERM to linux
  • Loading branch information
mitchellkrogza authored Jan 19, 2025
1 parent d6a9c76 commit 4ea62e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-tools/generate-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@

set -e
set -o pipefail
export TERM=xterm
#export TERM=xterm
export TERM=linux

# ------------------------
# Set Terminal Font Colors
Expand Down

0 comments on commit 4ea62e0

Please sign in to comment.