mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-22 19:49:54 +00:00
Fixed ascii art and package detection on Linux Mint
This commit is contained in:
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"*)
|
||||||
|
|||||||
Reference in New Issue
Block a user