From 04dcbeb399b1a2d3f16df707f7b83ca0c962d709 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 28 Feb 2021 12:26:12 -0500 Subject: [PATCH] Update common.sh --- installers/common.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index bb34ae6..ecd825a 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -53,15 +53,13 @@ function display_welcome() { echo -e " | | | |/ _ |/ _ \/ _ | | | | | | | / __| " echo -e " | |_| | (_| | __/ (_| | |_| | | |_| \__ \ " echo -e " |____/ \__,_|\___|\__,_|\__,_|_|\__,_|___/ " - echo -e "${raspberry}" - echo -e " ____ _ _ _ ____ __ _ " + echo -e "${raspberry} ____ _ _ _ ____ __ _ " echo -e " / ___|| \ | | / \ _ __ _ __ / ___|_ __ __ _ / _| |_ ___ _ __ " echo -e " \___ \| \| | / _ \ | _ \| _ \| | | __/ _ | |_| __/ _ \ __| " echo -e " ___) | |\ |/ ___ \| |_) | |_) | |___| | | (_| | _| || __/ | " echo -e " |____/|_| \_/_/ \_\ .__/| .__/ \____|_| \__,_|_| \__\___|_| " echo -e " |_| |_| TM " - echo -e "${cyan}" - echo -e "by Minotaurware.net " + echo -e "${cyan}by Minotaurware.net " echo -e "${green}\n" echo -e "SNApp setup tool for Linux based operating systems." echo -e "The Quick Installer will guide you through a few easy steps\n\n"