Update generate-files.sh

FIX: tput: unknown terminfo capability 'default'
Error: Process completed with exit code 4.

Change TERM to linux
This commit is contained in:
Mitchell Krog 2025-01-19 08:03:07 +02:00 committed by GitHub
parent d6a9c7624a
commit 4ea62e0773
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,8 @@
set -e set -e
set -o pipefail set -o pipefail
export TERM=xterm #export TERM=xterm
export TERM=linux
# ------------------------ # ------------------------
# Set Terminal Font Colors # Set Terminal Font Colors