This commit is contained in:
Erreur32 2017-07-31 15:12:19 +02:00
parent 502cb985d0
commit 130443992e
1 changed files with 11 additions and 0 deletions

View File

@ -189,6 +189,17 @@ tput rmcup
fi
# Check if MOTDs32 is already add
if [ -f "/usr/bin/motds32" ]
then
echo -e "\n\e[34m - Make file \e[0m>> founded.\e[0m\n"
make install
echo -e "\n\e[34m - REMake file done.\e[0m\n"
else
echo -e "\n\e[92m -Building binary \e[0m\n"
make install
echo -e "\n\e[34m - Make file done.\e[0m\n"
fi
if [ -f "/etc/motds32/Stats32" ]
then
echo -e " -->\e[34m Stats32 \e[92mFOUND\e[0m"