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