Distro: Added support for Open Source Media Center

This commit is contained in:
Dylan Araps 2017-01-13 11:18:03 +11:00
parent 371953ce0a
commit 5a3476b4ac
2 changed files with 25 additions and 0 deletions

View file

@ -2933,6 +2933,11 @@ get_distro_colors() {
ascii_file="openwrt"
;;
"Open Source Media Center"* | "osmc")
set_colors 4 7 1
ascii_file="osmc"
;;
"Oracle"*)
set_colors 1 7 3
ascii_file="oracle"