From b6a8f31770214b543872bcaf310433eeb0444452 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 16 Apr 2020 14:49:57 +0200 Subject: [PATCH] first commit --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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