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 }