diff --git a/install.sh b/install.sh index 370315c..9ba3a13 100755 --- a/install.sh +++ b/install.sh @@ -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"