Ascii: Added ascii art for TrueOS and PCBSD

This commit is contained in:
Dylan Araps 2016-12-22 14:44:20 +11:00
parent cb69e8c3b2
commit 0726fab26b
2 changed files with 33 additions and 1 deletions

View file

@ -2502,11 +2502,16 @@ get_distro_colors() {
ascii_Distro="antix"
;;
"FreeBSD"* | "PCBSD"* | "TrueOS"*)
"FreeBSD"*)
set_colors 1 7 3
ascii_distro="freebsd"
;;
"PCBSD"* | "TrueOS"*)
set_colors 1 7 3
ascii_distro="trueos"
;;
"Red Star"* | "Redstar")
set_colors 1 7 3
ascii_distro="redstar"