Added Raspbian ascii art

This commit is contained in:
Dylan 2016-02-12 10:43:31 +11:00
parent 4d7e6be30c
commit 6d30f5131f
2 changed files with 25 additions and 0 deletions

5
fetch
View file

@ -1640,6 +1640,11 @@ getascii () {
c2=$(color 7)
;;
"Raspbian"*)
c1=$(color 2)
c2=$(color 1)
;;
"Slackware"*)
c1=$(color 4)
c2=$(color 7)