Skip to content

Commit

Permalink
Update install-nginx-1.sh
Browse files Browse the repository at this point in the history
Switch TERM to linux
  • Loading branch information
mitchellkrogza authored Jan 19, 2025
1 parent fc562b7 commit 252b9cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-tools/install-nginx-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

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

# ------------------------------------------------------------------------------
# MIT License
Expand Down Expand Up @@ -48,7 +49,6 @@ export TERM=xterm
# ------------------------
# Set Terminal Font Colors
# ------------------------

bold=$(tput bold)
red=$(tput setaf 1)
green=$(tput setaf 2)
Expand All @@ -57,7 +57,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
Expand Down

0 comments on commit 252b9cd

Please sign in to comment.