Add support for Sparky Linux

This commit is contained in:
Dylan Araps 2016-10-16 09:38:56 +11:00
parent 7fb8af4824
commit a9f74d9d01
1 changed files with 5 additions and 0 deletions

View File

@ -2565,6 +2565,11 @@ colors() {
ascii_distro="puppy"
;;
"Sparky"*)
setcolors 1 7
ascii_distro="sparky"
;;
"Scientific"*)
setcolors 4 1 7
;;