mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Logo.
This commit is contained in:
parent
8ff96d9a2d
commit
550a74e5d7
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ RESET='\e[0m'
|
||||||
|
|
||||||
# Pretty print (function).
|
# Pretty print (function).
|
||||||
print () {
|
print () {
|
||||||
echo -ne "${BOLD}${BYELLOW}[ ${BGREEN}•${BYELLOW} ] $1${RESET}"
|
echo -e "${BOLD}${BYELLOW}[ ${BGREEN}•${BYELLOW} ] $1${RESET}"
|
||||||
}
|
}
|
||||||
# Alert user of bad input (function).
|
# Alert user of bad input (function).
|
||||||
incEcho () {
|
incEcho () {
|
||||||
|
|
@ -221,7 +221,7 @@ keyboard_selector () {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Welcome screen.
|
# Welcome screen.
|
||||||
print "
|
echo -ne "${BOLD}${BYELLOW}
|
||||||
======================================================================
|
======================================================================
|
||||||
███████╗ █████╗ ███████╗██╗ ██╗ █████╗ ██████╗ ██████╗██╗ ██╗
|
███████╗ █████╗ ███████╗██╗ ██╗ █████╗ ██████╗ ██████╗██╗ ██╗
|
||||||
██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝ ██╔══██╗██╔══██╗██╔════╝██║ ██║
|
██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝ ██╔══██╗██╔══██╗██╔════╝██║ ██║
|
||||||
|
|
@ -230,7 +230,7 @@ print "
|
||||||
███████╗██║ ██║███████║ ██║ ██║ ██║██║ ██║╚██████╗██║ ██║
|
███████╗██║ ██║███████║ ██║ ██║ ██║██║ ██║╚██████╗██║ ██║
|
||||||
╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝
|
╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝
|
||||||
======================================================================
|
======================================================================
|
||||||
"
|
${RESET}"
|
||||||
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue