Added support for LMDE
This commit is contained in:
7
fetch
7
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)
|
||||
|
||||
Reference in New Issue
Block a user