From 8ff96d9a2d18bfa402df6b5b1f30bcbdd6b237ab Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sat, 28 May 2022 15:36:33 +0200 Subject: [PATCH] Logo. --- easy-arch.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 97807c0..c08caa4 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -13,7 +13,7 @@ RESET='\e[0m' # Pretty print (function). print () { - echo -e "${BOLD}${BYELLOW}[ ${BGREEN}•${BYELLOW} ] $1${RESET}" + echo -ne "${BOLD}${BYELLOW}[ ${BGREEN}•${BYELLOW} ] $1${RESET}" } # Alert user of bad input (function). incEcho () { @@ -221,6 +221,16 @@ keyboard_selector () { } # Welcome screen. +print " +====================================================================== +███████╗ █████╗ ███████╗██╗ ██╗ █████╗ ██████╗ ██████╗██╗ ██╗ +██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝ ██╔══██╗██╔══██╗██╔════╝██║ ██║ +█████╗ ███████║███████╗ ╚████╔╝█████╗███████║██████╔╝██║ ███████║ +██╔══╝ ██╔══██║╚════██║ ╚██╔╝ ╚════╝██╔══██║██╔══██╗██║ ██╔══██║ +███████╗██║ ██║███████║ ██║ ██║ ██║██║ ██║╚██████╗██║ ██║ +╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ +====================================================================== +" print "Welcome to easy-arch, a script made in order to simplify the process of installing Arch Linux." # Setting up keyboard layout.