Update Install.sh
This commit is contained in:
parent
7bc0dd416a
commit
ce97d3fd3a
1 changed files with 3 additions and 3 deletions
|
@ -36,14 +36,14 @@
|
||||||
|
|
||||||
## clean terminal
|
## clean terminal
|
||||||
clear;
|
clear;
|
||||||
|
echo "\n"
|
||||||
|
|
||||||
## Install command in bashrc
|
## Install command in bashrc
|
||||||
echo "cat /etc/motd" >> /root/.bashrc
|
echo "cat /etc/motd" >> /root/.bashrc
|
||||||
|
|
||||||
## Insdtall modules
|
## Insdtall modules
|
||||||
|
|
||||||
if [ -f /etc/motds32/Stats32]
|
if [ -f "/etc/motds32/Stats32" ]
|
||||||
then
|
then
|
||||||
echo -e "Stats32 already installed"
|
echo -e "Stats32 already installed"
|
||||||
else
|
else
|
||||||
|
@ -51,7 +51,7 @@ if [ -f /etc/motds32/Stats32]
|
||||||
cp Stats32 /etc/motds32/Stats32 -Rf
|
cp Stats32 /etc/motds32/Stats32 -Rf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f /usr/bin/motd]
|
if [ -f /usr/bin/motd ]
|
||||||
then
|
then
|
||||||
echo -e "motd already installed"
|
echo -e "motd already installed"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue