OS: Added support for CloverOS

This commit is contained in:
Dylan Araps
2017-06-16 14:44:21 +10:00
parent 532b191341
commit 82ddddfda5
2 changed files with 25 additions and 0 deletions

View File

@@ -2957,6 +2957,11 @@ get_distro_colors() {
ascii_file="chrome"
;;
"Clover"*)
set_colors 2 6
ascii_file="cloveros"
;;
"crux_small")
set_colors 4 5 7 6
ascii_file="crux_small"