Fix colors install.sh

This commit is contained in:
Ivan Bushchik 2022-07-04 16:11:00 +03:00
parent dcb2bfb01f
commit 0d8efb170d
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7

View file

@ -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