From 26da99f577efdd7b0bda32158ede5fc40933fca6 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 15:21:36 +0200 Subject: [PATCH] Update Install.sh --- Install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Install.sh b/Install.sh index 3031d65..0344629 100755 --- a/Install.sh +++ b/Install.sh @@ -37,12 +37,12 @@ ## clean terminal clear; + ## Install command in bashrc echo "cat /etc/motd" >> /root/.bashrc ## Insdtall modules -#mkdir /etc/motds32 - + if [ -e /etc/motds32/Stats32] then echo -e "Stats32 already installed" @@ -85,4 +85,6 @@ FIN ## Generate first stats /usr/bin/motds32 -g + + #EOF \ No newline at end of file