upd: remove alternative colors in favor of no color

This commit is contained in:
PowerUser64 2022-06-09 20:29:04 -07:00
parent 0b6e908525
commit 47f0d27618

View file

@ -12,9 +12,6 @@ fi
if command -v tput > /dev/null; then
GREEN="$(tput setaf 2)"
NC="$(tput sgr0)"
else
GREEN="\033[32m"
NC="\033[39m"
fi
# `git pull` everything mentioned in the REPOS_TO_UPDATE variable