mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-21 23:55:07 +03:00
Fix colors install.sh
This commit is contained in:
parent
dcb2bfb01f
commit
0d8efb170d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ GREEN="\033[32m"
|
||||||
RED="\033[31m"
|
RED="\033[31m"
|
||||||
DEFAULTC="\033[0m"
|
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 "Dotfiles will be installed to $HOME/.dotfiles"
|
||||||
echo "Press enter to continue"
|
echo "Press enter to continue"
|
||||||
read A
|
read A
|
||||||
|
|
Loading…
Reference in a new issue