Update install.sh
This commit is contained in:
parent
91c3f63f49
commit
dbb6b6411f
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ if [ -f "/usr/share/figlet/" ]
|
||||||
then
|
then
|
||||||
echo -e " -->\e[34m Copy font figlet\e[0m"
|
echo -e " -->\e[34m Copy font figlet\e[0m"
|
||||||
cp -f fonts/chunky.flf /usr/share/figlet/
|
cp -f fonts/chunky.flf /usr/share/figlet/
|
||||||
|
else
|
||||||
|
echo -e " -->\e[33m figlet not installed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue