From 9dec39411cbd3740439cc398efcd5074d6e58491 Mon Sep 17 00:00:00 2001 From: Yigit Colakoglu Date: Mon, 12 Apr 2021 11:42:52 +0300 Subject: [PATCH] Banner newline --- yaass.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/yaass.sh b/yaass.sh index 7db1944..e387244 100755 --- a/yaass.sh +++ b/yaass.sh @@ -55,6 +55,7 @@ banner(){ printf " dP 88 88 88 88 Y88888P Y88888P\n" printf "${NC}" printf " ${PURPLE}Yeet's Automated Arch Setup Script${NC}" + printf "\n" }