From 09099f4e7baaf32675ef99036d598f9659eb8f4f Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 28 Feb 2021 12:23:57 -0500 Subject: [PATCH] Update common.sh --- installers/common.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index b797677..bb34ae6 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -53,17 +53,17 @@ function display_welcome() { echo -e " | | | |/ _ |/ _ \/ _ | | | | | | | / __| " echo -e " | |_| | (_| | __/ (_| | |_| | | |_| \__ \ " echo -e " |____/ \__,_|\___|\__,_|\__,_|_|\__,_|___/ " - echo -e "${raspberry}\n" + echo -e "${raspberry}" echo -e " ____ _ _ _ ____ __ _ " echo -e " / ___|| \ | | / \ _ __ _ __ / ___|_ __ __ _ / _| |_ ___ _ __ " echo -e " \___ \| \| | / _ \ | _ \| _ \| | | __/ _ | |_| __/ _ \ __| " echo -e " ___) | |\ |/ ___ \| |_) | |_) | |___| | | (_| | _| || __/ | " echo -e " |____/|_| \_/_/ \_\ .__/| .__/ \____|_| \__,_|_| \__\___|_| " echo -e " |_| |_| TM " - echo -e "${cyan}\n" - echo -e " by Minotaurware.net " - echo -e "$(green)\n" - echo -e " SNApp setup tool for Linux based operating systems." + echo -e "${cyan}" + echo -e "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" }