From 1cb6970c74a0d103d3e87b3ad84b2ebf03f32173 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 15 Feb 2016 12:20:26 +1100 Subject: [PATCH] Added support for LMDE --- ascii/distro/lmde | 19 +++++++++++++++++++ fetch | 7 ++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 ascii/distro/lmde diff --git a/ascii/distro/lmde b/ascii/distro/lmde new file mode 100644 index 00000000..1206390f --- /dev/null +++ b/ascii/distro/lmde @@ -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} \`--.\`\` +" diff --git a/fetch b/fetch index bafb68b7..4eb59805 100755 --- a/fetch +++ b/fetch @@ -621,7 +621,7 @@ getpackages () { ;; "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$)" ;; @@ -1667,6 +1667,11 @@ getascii () { ascii_distro="mint" ;; + "LMDE"*) + c1=$(color 7) + c2=$(color 2) + ;; + "NetBSD"* | "Parabola"* | "Tails"* | "BLAG"*) c1=$(color 5) c2=$(color 7)