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