Added support for LMDE

This commit is contained in:
Dylan 2016-02-15 12:20:26 +11:00
parent baa20e4115
commit 1cb6970c74
2 changed files with 25 additions and 1 deletions

19
ascii/distro/lmde Normal file
View file

@ -0,0 +1,19 @@
"\
${c1}\`.-::---..
${c2} .:++++ooooosssoo:.
${c2} .+o++::. \`.:oos+.
${c2} :oo:.\` -+oo${c1}:
${c2} ${c1}\`${c2}+o/\` .${c1}::::::${c2}-. .++-${c1}\`
${c2} ${c1}\`${c2}/s/ .yyyyyyyyyyo: +o-${c1}\`
${c2} ${c1}\`${c2}so .ss ohyo\` :s-${c1}:
${c2} ${c1}\`${c2}s/ .ss h m myy/ /s\`${c1}\`
${c2} \`s: \`oo s m Myy+-o:\`
${c2} \`oo :+sdoohyoydyso/.
${c2} :o. .:////////++:
${c2} \`/++ ${c1}-:::::-
${c2} ${c1}\`${c2}++-
${c2} ${c1}\`${c2}/+-
${c2} ${c1}.${c2}+/.
${c2} ${c1}.${c2}:+-.
${c2} \`--.\`\`
"

7
fetch
View file

@ -621,7 +621,7 @@ getpackages () {
;; ;;
"Ubuntu"* | *"Mint"* | "CrunchBang"* | "Debian"* | "Kali"* | "Deepin Linux"* |\ "Ubuntu"* | *"Mint"* | "CrunchBang"* | "Debian"* | "Kali"* | "Deepin Linux"* |\
"elementary"* | "Raspbian"* | "Zorin"* | "Tails"* | "Trisquel"* | "gNewSense"*) "elementary"* | "Raspbian"* | "Zorin"* | "Tails"* | "Trisquel"* | "gNewSense"* | "LMDE"*)
packages="$(dpkg --get-selections | grep -cv deinstall$)" packages="$(dpkg --get-selections | grep -cv deinstall$)"
;; ;;
@ -1667,6 +1667,11 @@ getascii () {
ascii_distro="mint" ascii_distro="mint"
;; ;;
"LMDE"*)
c1=$(color 7)
c2=$(color 2)
;;
"NetBSD"* | "Parabola"* | "Tails"* | "BLAG"*) "NetBSD"* | "Parabola"* | "Tails"* | "BLAG"*)
c1=$(color 5) c1=$(color 5)
c2=$(color 7) c2=$(color 7)