Update install.sh
This commit is contained in:
parent
b42fdb099d
commit
fe8f135975
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue