add color to error of missing deps
Former-commit-id: 486abd028454a70231fc5fb337eb40dc2fcfa2d4 Former-commit-id: 3f597d3ca1f5d9573f43289b884e682aebdc940e
This commit is contained in:
parent
5dca5759fd
commit
011635023e
@ -24,7 +24,7 @@ BWHITE="\e[1m"
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
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
|
||||
fi
|
||||
function autoSwap(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user