ASCII: Added ASCII art for AIX

This commit is contained in:
Muhammad Herdiansyah 2017-01-09 17:07:21 +07:00
parent 9667fccbd7
commit 79ef172623
2 changed files with 25 additions and 0 deletions

View file

@ -2580,6 +2580,11 @@ get_distro_colors() {
#
# $ascii_distro is the same as $distro.
case "$ascii_distro" in
"AIX"*)
set_colors 2 7
ascii_file="aix"
;;
"alpine_small")
set_colors 4 7
ascii_file="alpine_small"