Update install.sh
This commit is contained in:
parent
263430485f
commit
887e0362f3
1 changed files with 3 additions and 4 deletions
|
@ -91,9 +91,8 @@ stty raw -echo
|
|||
answer=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done )
|
||||
stty $old_stty_cfg
|
||||
if echo "$answer" | grep -iq "^y" ;then
|
||||
echo -e "\n\e[34m1.\e[92m apt-get install \e[0m ntp figlet \e[94m start\e[0m" ; apt-get install -y ntp figlet;
|
||||
echo -e "\n\e[34m1.\e[92m apt-get install \e[0m ntp figlet \e[94m start\e[0m\n" ; apt-get install -y ntp figlet;
|
||||
echo -e "\n\e[92mapt-get installation\e[0m Succesfull"
|
||||
echo -e "\n Installation of MOTDs32\n"
|
||||
if [ -f /usr/bin/motds32 ]
|
||||
then
|
||||
echo -e "\nMake file done.\n"
|
||||
|
@ -138,7 +137,7 @@ fi
|
|||
## Generate first stats
|
||||
/usr/bin/motds32 -g
|
||||
|
||||
echo -e "\n\e[34m3. \e[92mMOTDs32 Installation completed!\e[0m \n\n Use: /usr/bin/motds32 for help\n"
|
||||
echo -e "\n\e[34m3. \e[92m echo -e "\n Installation of MOTDs32 completed!\e[0m \n\n Use: /usr/bin/motds32 for help\n"
|
||||
|
||||
exit 0
|
||||
#EOF
|
||||
|
|
Loading…
Reference in a new issue