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