This commit is contained in:
Tommaso Chiti 2022-05-28 15:36:33 +02:00
parent cb4401e0c0
commit 8ff96d9a2d

View file

@ -13,7 +13,7 @@ RESET='\e[0m'
# Pretty print (function). # Pretty print (function).
print () { print () {
echo -e "${BOLD}${BYELLOW}[ ${BGREEN}${BYELLOW} ] $1${RESET}" echo -ne "${BOLD}${BYELLOW}[ ${BGREEN}${BYELLOW} ] $1${RESET}"
} }
# Alert user of bad input (function). # Alert user of bad input (function).
incEcho () { incEcho () {
@ -221,6 +221,16 @@ keyboard_selector () {
} }
# Welcome screen. # Welcome screen.
print "
======================================================================
███████╗ █████╗ ███████╗██╗ ██╗ █████╗ ██████╗ ██████╗██╗ ██╗
██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝ ██╔══██╗██╔══██╗██╔════╝██║ ██║
█████╗ ███████║███████╗ ╚████╔╝█████╗███████║██████╔╝██║ ███████║
██╔══╝ ██╔══██║╚════██║ ╚██╔╝ ╚════╝██╔══██║██╔══██╗██║ ██╔══██║
███████╗██║ ██║███████║ ██║ ██║ ██║██║ ██║╚██████╗██║ ██║
╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝
======================================================================
"
print "Welcome to easy-arch, a script made in order to simplify the process of installing Arch Linux." print "Welcome to easy-arch, a script made in order to simplify the process of installing Arch Linux."
# Setting up keyboard layout. # Setting up keyboard layout.