From 97010faabda9d1411dc62e147147ff8d721b401f Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Wed, 26 Jul 2017 15:10:52 +0200 Subject: [PATCH] Update install.sh --- install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 176edac..914bb7f 100755 --- a/install.sh +++ b/install.sh @@ -16,6 +16,7 @@ # `--' `--' `-----' `--' `-------' `----' `----' '-----' # # | + Stats32 | +# # MOTDstat is dynamicaly refreshing the /etc/motd file with current informations # about system status and usage. # @@ -87,11 +88,9 @@ fi if [ -f "/usr/share/figlet" ] then echo -e " -->\e[31m figlet not installed\e[0m" - echo -e " -->\e[34m Copy font figlet\e[0m" - cp -f fonts/chunky.flf /usr/share/figlet/ else - echo -e " -->\e[34m Copy font figlet\e[0m" - cp fonts/chunky.flf /usr/share/figlet/ + echo -e " -->\e[34m Copy font figlet\e[92mOK\e[0m" + cp -Rf fonts/chunky.flf /usr/share/figlet/ fi