Fixed ascii art and package detection on Linux Mint

This commit is contained in:
Dylan 2016-01-29 18:02:25 +11:00
parent 5a41a124c9
commit f6114e96c2

6
fetch
View file

@ -545,7 +545,7 @@ getpackages () {
packages="$(xbps-query -l | wc -l)" packages="$(xbps-query -l | wc -l)"
;; ;;
"Ubuntu"* | "Mint"* | "CrunchBang"* | "Debian"* | "Kali Linux"* | "Deepin Linux"* | "elementary"*) "Ubuntu"* | *"Mint"* | "CrunchBang"* | "Debian"* | "Kali Linux"* | "Deepin Linux"* | "elementary"*)
packages="$(dpkg --get-selections | grep -cv deinstall$)" packages="$(dpkg --get-selections | grep -cv deinstall$)"
;; ;;
@ -1332,9 +1332,11 @@ getascii () {
c6=$(color 4) c6=$(color 4)
;; ;;
"Mint"*) *"Mint"*)
c1=$(color 7) c1=$(color 7)
c2=$(color 2) c2=$(color 2)
ascii_distro="mint"
;; ;;
"NetBSD"*) "NetBSD"*)