From 0d8efb170d00b8347550cc4becae3d42668133b0 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Mon, 4 Jul 2022 16:11:00 +0300 Subject: [PATCH] Fix colors install.sh --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 8f3a6ce..4ee384c 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -5,7 +5,7 @@ GREEN="\033[32m" RED="\033[31m" DEFAULTC="\033[0m" -echo "${GREEN}Welcome to ivabus .dotfiles installer$DEFAULT" +echo "${GREEN}Welcome to ivabus .dotfiles installer$DEFAULTC" echo "Dotfiles will be installed to $HOME/.dotfiles" echo "Press enter to continue" read A