Commit 2384e6f7 authored by Dylan Araps's avatar Dylan Araps

docs: update

parent d49e6ca7
...@@ -5067,9 +5067,8 @@ get_args() { ...@@ -5067,9 +5067,8 @@ get_args() {
done done
} }
get_distro_colors() { get_distro_ascii() {
# This function sets the text colors according # This function gets the distro ascii art and colors.
# to your OS/Distro's logo colors.
# #
# $ascii_distro is the same as $distro. # $ascii_distro is the same as $distro.
case "$ascii_distro" in case "$ascii_distro" in
...@@ -8674,7 +8673,7 @@ main() { ...@@ -8674,7 +8673,7 @@ main() {
[[ "$verbose" != "on" ]] && exec 2>/dev/null [[ "$verbose" != "on" ]] && exec 2>/dev/null
get_distro get_distro
get_bold get_bold
get_distro_colors get_distro_ascii
[[ "$stdout" == "on" ]] && stdout [[ "$stdout" == "on" ]] && stdout
# Minix doesn't support these sequences. # Minix doesn't support these sequences.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment