Update Install.sh

This commit is contained in:
Erreur32 2017-07-20 15:32:43 +02:00
parent 7bc0dd416a
commit ce97d3fd3a
1 changed files with 3 additions and 3 deletions

View File

@ -36,14 +36,14 @@
## clean terminal
clear;
echo "\n"
## Install command in bashrc
echo "cat /etc/motd" >> /root/.bashrc
## Insdtall modules
if [ -f /etc/motds32/Stats32]
if [ -f "/etc/motds32/Stats32" ]
then
echo -e "Stats32 already installed"
else
@ -51,7 +51,7 @@ if [ -f /etc/motds32/Stats32]
cp Stats32 /etc/motds32/Stats32 -Rf
fi
if [ -f /usr/bin/motd]
if [ -f /usr/bin/motd ]
then
echo -e "motd already installed"
else