From cb29fd4a1b7fc40ad3f61cd507120f347c86f2b8 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Fri, 21 Jul 2017 01:27:58 +0200 Subject: [PATCH] Update install.sh --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 40fb6dd..bf47ce3 100755 --- a/install.sh +++ b/install.sh @@ -64,7 +64,9 @@ echo -e "\n\e[34mInstallation of MOTDs32 in progress... \e[0m" ## Install command in bashrc - +echo -ne '\e[0m # (5%)\r' +sleep 1 +echo -e "\n\n" if [ `grep -c /etc/motd /root/.bashrc` == 0 ] then @@ -76,9 +78,7 @@ else #sed -i '/cat \/etc\/motd/d' /root/.bashrc #echo -e "\e[92m Code .bashrc remove.\e[0m" fi -echo -ne '\e[0m ## (10%)\r' -sleep 1 -echo -e "\n\n" + ## Insdtall modules if [ -f "/etc/motds32/Stats32" ]