Fixed ascii art and package detection on Linux Mint
This commit is contained in:
parent
5a41a124c9
commit
f6114e96c2
1 changed files with 4 additions and 2 deletions
6
fetch
6
fetch
|
@ -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"*)
|
||||||
|
|
Loading…
Reference in a new issue