Added support for Chapeau

This commit is contained in:
Dylan 2016-02-16 09:52:10 +11:00
parent c8b41da31c
commit 9788d8b81c
3 changed files with 22 additions and 1 deletions

1
1.2.md
View file

@ -30,6 +30,7 @@ Fetch now supports:
- `KaOS`
- `Sabayon`
- `Frugalware`
- `Chapeau`
### Makefile

20
ascii/distro/chapeau Normal file
View file

@ -0,0 +1,20 @@
"\
${c2} .-/-.
${c2} ////////.
${c2} ////////${c1}y+${c2}//.
${c2} ////////${c1}mMN${c2}/////.
${c2} ////////${c1}mMN+${c2}////////.
${c2} ////////////////////////.
${c2} /////////+${c1}shhddhyo${c2}+////////.
${c2} ////////${c1}ymMNmdhhdmNNdo${c2}///////.
${c2} ///////+${c1}mMms${c2}////////${c1}hNMh${c2}///////.
${c2} ///////${c1}NMm+${c2}//////////${c1}sMMh${c2}///////
${c2} //////${c1}oMMNmmmmmmmmmmmmMMm${c2}///////
${c2} //////${c1}+MMmssssssssssssss+${c2}///////
${c2} \`//////${c1}yMMy${c2}////////////////////
${c2} \`//////${c1}smMNhso++oydNm${c2}////////
${c2} \`///////${c1}ohmNMMMNNdy+${c2}///////
${c2} \`//////////${c1}++${c2}//////////
${c2} \`////////////////.
${c2} -////////-
"

2
fetch
View file

@ -1669,7 +1669,7 @@ getascii () {
ascii_distro="mint"
;;
"LMDE"*)
"LMDE"* | "Chapeau"*)
c1=$(color 7)
c2=$(color 2)
;;