OS: Add support for Hyperbola GNU/Linux-libre

This commit is contained in:
Michael Straube 2018-02-20 16:27:54 +01:00
parent 8a17129ad2
commit 4f9fe67a43
2 changed files with 21 additions and 0 deletions

View file

@ -3592,6 +3592,11 @@ get_distro_colors() {
ascii_file="haiku"
;;
"Hyperbola"*)
set_colors 8
ascii_file="hyperbola"
;;
"Kali"*)
set_colors 4 8
ascii_file="kali"