diff --git a/installers/install.sh b/installers/install.sh index 0d66b4e..c5c6bb3 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -8,6 +8,7 @@ function show_splash() { grey='\033[0;37m' echo -e "${grey}\n" + echo -e " ___________________________________________________ " echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " echo -e "|_|___|___|___|___|___|___|___|___|___|___|___|___|_| " echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " @@ -24,7 +25,8 @@ function show_splash() { echo -e " \/ \/ \/ \/ " echo -e "${cyan}by Minotaurware.net" echo -e "${red}Here we go" - echo -e "${grey}|___|___|___|___|___|___|___|___|___|___|___|___|___| " + echo -e "${grey} ___________________________________________________ " + echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " echo -e "|_|___|___|___|___|___|___|___|___|___|___|___|___|_| " echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " sleep 8