From b42fdb099d1bb9e970befac2a0fe2a70d398664e Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Sun, 30 Jul 2017 14:35:31 +0200 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index eb8abc4..370315c 100755 --- a/install.sh +++ b/install.sh @@ -84,6 +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"; } if [ -f "/usr/share/figlet" ] then echo -e " -->\e[31m figlet not FOUND\e[0m"