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

7
fetch
View file

@ -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)