Update Install.sh
This commit is contained in:
parent
cfb0c2feea
commit
26da99f577
1 changed files with 4 additions and 2 deletions
|
@ -37,11 +37,11 @@
|
||||||
## clean terminal
|
## clean terminal
|
||||||
clear;
|
clear;
|
||||||
|
|
||||||
|
|
||||||
## Install command in bashrc
|
## Install command in bashrc
|
||||||
echo "cat /etc/motd" >> /root/.bashrc
|
echo "cat /etc/motd" >> /root/.bashrc
|
||||||
|
|
||||||
## Insdtall modules
|
## Insdtall modules
|
||||||
#mkdir /etc/motds32
|
|
||||||
|
|
||||||
if [ -e /etc/motds32/Stats32]
|
if [ -e /etc/motds32/Stats32]
|
||||||
then
|
then
|
||||||
|
@ -85,4 +85,6 @@ FIN
|
||||||
## Generate first stats
|
## Generate first stats
|
||||||
/usr/bin/motds32 -g
|
/usr/bin/motds32 -g
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#EOF
|
#EOF
|
Loading…
Reference in a new issue