From ec5d39e2d575e58f8f70bbf482da3529464bc9de Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 22 Apr 2019 12:09:57 -0400 Subject: [PATCH] fix ascii column --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index ec88328..3cfdfc7 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -52,7 +52,7 @@ function display_welcome() { echo -e " 888 d88 88b 888 .8P 888 .8 888. 888ooo88P" echo -e " 888 888 888 888888. 888 .88ooo8888. 888" echo -e " 888 o 888 888 888 88b. 888 .8 888. 888" - echo -e " o888ooooood8 Y8bod8P o888o o888o o888o o88o o8888o o888o" + echo -e " o888ooooood8 Y8bod8P o888o o888o o888o o88o o8888o o888o" echo -e "${raspberry}" echo -e "The Quick Installer will guide you through a few easy steps\n\n" }