From 0c653b448a01a6d82003b90621bf11b4c824ecdc Mon Sep 17 00:00:00 2001 From: glen Date: Sat, 6 Mar 2021 08:08:25 -0500 Subject: [PATCH] less busy --- installers/install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/installers/install.sh b/installers/install.sh index c5c6bb3..aee61ad 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -6,12 +6,6 @@ function show_splash() { cyan='\033[1;36m' red='\033[0;31m' grey='\033[0;37m' - - echo -e "${grey}\n" - echo -e " ___________________________________________________ " - echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " - echo -e "|_|___|___|___|___|___|___|___|___|___|___|___|___|_| " - echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " echo -e "${green} __ __ _ __ " echo -e " / / ____ / /__(_)___ ___ / /_" echo -e " / / / __ \/ //_/ / __ \/ _ \/ __/ " @@ -24,11 +18,9 @@ function show_splash() { echo -e " |______ /_______ \____|__ /_______ / |____| " echo -e " \/ \/ \/ \/ " echo -e "${cyan}by Minotaurware.net" - echo -e "${red}Here we go" echo -e "${grey} ___________________________________________________ " echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " echo -e "|_|___|___|___|___|___|___|___|___|___|___|___|___|_| " - echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " sleep 8 }