diff --git a/install.sh b/install.sh index 1d0cd39..a299148 100755 --- a/install.sh +++ b/install.sh @@ -193,15 +193,15 @@ if test -f /usr/bin/motds32; then /usr/bin/motds32 -g; fi printf "\n \e[1;33m (Press 0 to exit)\e[0m" printf "\n \e[1;33m (Or any key to go back.)\e[0m" ;; - 2) echo -e "\n\e[92m" ; + 2) echo -n " Git " ; git pull ; echo -e "\n\e[92m" ; if [ `grep -c /etc/motd ~/.bashrc` == 0 ] then - echo -e " code bash missing" + echo -e "\e[31m code bash missing\e[0m" echo "cat /etc/motd" >> ~/.bashrc echo -e "\e[92m - Code bash \e[0madded.\n" else grepmot=$(grep "etc/motd" ~/.bashrc) - echo -e " \e[1;30m Code bash found: \e[0m>>\e[0m $grepmot \e[0m<<\n" + echo -e " \e[32;1m Code bash found: \e[0m>>\e[0m $grepmot \e[0m<<\n" echo -e " -->\e[34m Code bash: \e[92mOK\e[0m" fi