first commit
This commit is contained in:
parent
535f0adf71
commit
6eda9a4ac1
1 changed files with 9 additions and 6 deletions
11
install.sh
11
install.sh
|
@ -54,10 +54,14 @@ tput smcup
|
||||||
while [[ $REPLY != 0 ]]; do
|
while [[ $REPLY != 0 ]]; do
|
||||||
echo -n ${BG_BLACK}${FG_WHITE}
|
echo -n ${BG_BLACK}${FG_WHITE}
|
||||||
clear
|
clear
|
||||||
|
echo -e "\e[33;3m"
|
||||||
cat <<- "EOFMO"
|
cat <<- "EOFMO"
|
||||||
|
|
||||||
Installation of MOTDs32 | + Stats32 |
|
Installation of MOTDs32 | + Stats32 |
|
||||||
|
|
||||||
|
EOFMO
|
||||||
|
echo -e "\e[32m"
|
||||||
|
cat <<- "EOFMO2"
|
||||||
,--. ,--. ,-----. ,--------.,------. ,----. ,---.
|
,--. ,--. ,-----. ,--------.,------. ,----. ,---.
|
||||||
| `.' |' .-. ''--. .--'| .-. \ ,---. '.-. |'.-. \
|
| `.' |' .-. ''--. .--'| .-. \ ,---. '.-. |'.-. \
|
||||||
| |'.'| || | | | | | | | \ :( .-' .' ; .-' .'
|
| |'.'| || | | | | | | | \ :( .-' .' ; .-' .'
|
||||||
|
@ -66,11 +70,10 @@ cat <<- "EOFMO"
|
||||||
|
|
||||||
By Erreur32
|
By Erreur32
|
||||||
|
|
||||||
|
EOFMO2
|
||||||
|
|
||||||
|
echo -e "\e[90m # MOTDs32 is dynamicaly refreshing the /etc/motd file with current informations"
|
||||||
EOFMO
|
echo -e "\e[90m # about system status and usage."
|
||||||
echo -e "\033[1;30m # MOTDs32 is dynamicaly refreshing the /etc/motd file with current informations"
|
|
||||||
echo -e "\033[1;30m # about system status and usage."
|
|
||||||
echo -e "\n\e[34m Check MOTDs32 dependencies... \e[0m\n"
|
echo -e "\n\e[34m Check MOTDs32 dependencies... \e[0m\n"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue