ASCII: Added small Alpine Linux

This commit is contained in:
Muhammad Herdiansyah 2017-01-06 18:50:05 +07:00
parent a0b6dee1aa
commit 601b64c692
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
${c1} /\\ /\\
/${c2}/ ${c1}\\ \\
/${c2}/ ${c1}\\ \\
/${c2}// ${c1}\\ \\
${c2}// ${c1}\\ \\
\\

View File

@ -2498,11 +2498,17 @@ get_distro_colors() {
#
# $ascii_distro is the same as $distro.
case "$ascii_distro" in
"alpine_small")
set_colors 4 7
ascii_file="alpine_small"
;;
"Alpine"*)
set_colors 4 5 7 6
ascii_file="alpine"
;;
"Android"*)
set_colors 2 7
ascii_file="android"