Update install.sh

This commit is contained in:
Erreur32 2017-07-30 14:38:03 +02:00
parent b42fdb099d
commit fe8f135975
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ grepmot=`grep '/etc/motd' /root/.bashrc`
fi
## Insdtall modules
command -v figlet >/dev/null 2>&1 || { echo >&2 "I require foo but it's not installed. Aborting."; echo "need to install figlet /y"; }
command -v figlet >/dev/null 2>&1 || { echo >&2 "Figlet is not installed."; echo "need to install figlet /y"; }
if [ -f "/usr/share/figlet" ]
then
echo -e " -->\e[31m figlet not FOUND\e[0m"