add color to error of missing deps

Former-commit-id: 486abd028454a70231fc5fb337eb40dc2fcfa2d4
Former-commit-id: 3f597d3ca1f5d9573f43289b884e682aebdc940e
This commit is contained in:
mollusk 2018-12-18 20:35:10 -07:00
parent 5dca5759fd
commit 011635023e

View File

@ -24,7 +24,7 @@ BWHITE="\e[1m"
NC='\033[0m' # No Color NC='\033[0m' # No Color
if [ ! -f /usr/bin/gawk ];then if [ ! -f /usr/bin/gawk ];then
echo -e "\nPlease install 'gawk' with your package manager\n" echo -e "\n${LRED}Please install 'gawk' with your package manager${NC}\n"
exit 0 exit 0
fi fi
function autoSwap(){ function autoSwap(){