distro: Added support for Sabotage Linux

This commit is contained in:
Dylan Araps 2017-07-12 15:04:16 +10:00
parent 92c1100227
commit dfd08b4ce4
2 changed files with 17 additions and 0 deletions

12
ascii/distro/sabotage Normal file
View File

@ -0,0 +1,12 @@
${c2} .|'''.| | '||''|. ..|''||
||.. ' ||| || || .|' ||
''|||. | || ||'''|. || ||
. '|| .''''|. || || '|. ||
|'....|' .|. .||. .||...|' ''|...|'
|''||''| | ..|'''.| '||''''|
|| ||| .|' ' || .
|| | || || .... ||''|
|| .''''|. '|. || ||
.||. .|. .||. ''|...'| .||.....|

View File

@ -3325,6 +3325,11 @@ get_distro_colors() {
ascii_file="rosa" ascii_file="rosa"
;; ;;
"sabotage"*)
set_colors 4 7 1
ascii_file="sabotage"
;;
"Sabayon"*) "Sabayon"*)
set_colors 4 7 1 set_colors 4 7 1
ascii_file="sabayon" ascii_file="sabayon"