Distro: Fix missing ascii art on MX

This commit is contained in:
Dylan Araps 2016-12-20 14:50:06 +11:00
parent f974598327
commit 69123890f5
1 changed files with 6 additions and 1 deletions

View File

@ -2538,10 +2538,15 @@ get_distro_colors() {
ascii_distro="sparky"
;;
"Trisquel"* | "NixOS"* | "Zorin"* | "Antergos"* | "MX"*)
"Trisquel"* | "NixOS"* | "Zorin"* | "Antergos"*)
set_colors 4 6
;;
"MX"*)
set_colors 4 6
ascii_distro="mx"
;;
"Travis")
set_colors 1 2 3 4 5 6
;;