Update install.sh

This commit is contained in:
Erreur32 2017-07-21 01:27:06 +02:00
parent e22ffac1ac
commit aa540459a8
1 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,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'
echo -ne '\e[0m ## (10%)\r'
sleep 1
echo -e "\n\n"
## Insdtall modules
@ -100,7 +100,7 @@ if [ -f /usr/bin/motd ]
fi
echo -e " -->\e[34m Copy files OK\n"
echo -ne '\e[0m#########(50%)\r'
echo -ne '\e[0m #########(50%)\r'
sleep 1
echo -ne "\n"
echo -e "\nDo you wish to install the required package?\n \e[0m --> apt-get install ntp figlet ? (y/n) "
@ -131,7 +131,7 @@ stty $old2_stty_cfg
fi
fi
echo -ne '\e[0m##################(90%)\r'
echo -ne '\e[0m ##################(90%)\r'
sleep 1
echo -e "\n"
## Install Crontab
@ -158,7 +158,7 @@ fi
## Generate first stats
/usr/bin/motds32 -g
echo -ne '\n\e[0m#######################(100%)\r\n\n'
echo -ne '\n\e[0m #######################(100%)\r\n\n'
echo -e "\n\e[34m \e[92m completed!\e[0m \n\nUse: /usr/bin/motds32 for help\n"
exit 0