OS: Add support for Parsix

This commit is contained in:
Michael Straube 2017-07-16 20:02:43 +02:00
parent 60bdea15bb
commit 44444ae0cc
2 changed files with 26 additions and 0 deletions

View file

@ -3285,6 +3285,11 @@ get_distro_colors() {
ascii_file="parrot"
;;
"Parsix"*)
set_colors 3 1 7 8
ascii_file="parsix"
;;
"PCBSD"* | "TrueOS"*)
set_colors 1 7 3
ascii_file="trueos"