Added support for Chapeau
This commit is contained in:
parent
c8b41da31c
commit
9788d8b81c
3 changed files with 22 additions and 1 deletions
1
1.2.md
1
1.2.md
|
@ -30,6 +30,7 @@ Fetch now supports:
|
|||
- `KaOS`
|
||||
- `Sabayon`
|
||||
- `Frugalware`
|
||||
- `Chapeau`
|
||||
|
||||
|
||||
### Makefile
|
||||
|
|
20
ascii/distro/chapeau
Normal file
20
ascii/distro/chapeau
Normal 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
2
fetch
|
@ -1669,7 +1669,7 @@ getascii () {
|
|||
ascii_distro="mint"
|
||||
;;
|
||||
|
||||
"LMDE"*)
|
||||
"LMDE"* | "Chapeau"*)
|
||||
c1=$(color 7)
|
||||
c2=$(color 2)
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue