From af93c7aa500bfc3525003a1809c91dc87b36eead Mon Sep 17 00:00:00 2001 From: glen Date: Sat, 6 Mar 2021 08:02:44 -0500 Subject: [PATCH] color swap --- installers/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/installers/install.sh b/installers/install.sh index a65523a..0d66b4e 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -5,8 +5,9 @@ function show_splash() { green='\033[1;32m' cyan='\033[1;36m' red='\033[0;31m' + grey='\033[0;37m' - echo -e "${red}\n" + echo -e "${grey}\n" echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " echo -e "|_|___|___|___|___|___|___|___|___|___|___|___|___|_| " echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " @@ -23,7 +24,7 @@ function show_splash() { echo -e " \/ \/ \/ \/ " echo -e "${cyan}by Minotaurware.net" echo -e "${red}Here we go" - echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " + echo -e "${grey}|___|___|___|___|___|___|___|___|___|___|___|___|___| " echo -e "|_|___|___|___|___|___|___|___|___|___|___|___|___|_| " echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " sleep 8