OS: Fix blank ascii art on AntiX

This commit is contained in:
Dylan Araps 2016-12-20 15:00:16 +11:00
parent 69123890f5
commit a101014e02
1 changed files with 6 additions and 1 deletions

View File

@ -2470,10 +2470,15 @@ get_distro_colors() {
set_colors 2 1
;;
"Debian"* | "Ubuntu"* | "DragonFly"* | "PacBSD"* | "Oracle"* | "BlankOn"* | "DracOS"* | "Peppermint"* | "Minix"* | "antiX"*)
"Debian"* | "Ubuntu"* | "DragonFly"* | "PacBSD"* | "Oracle"* | "BlankOn"* | "DracOS"* | "Peppermint"* | "Minix"*)
set_colors 1 7 3
;;
"antiX"*)
set_colors 1 7 3
ascii_Distro="antix"
;;
"FreeBSD"* | "PCBSD"*)
set_colors 1 7 3
ascii_distro="freebsd"