packages: Fix dpkg bug.
This commit is contained in:
parent
078cda7b48
commit
40bf68af26
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1254,7 +1254,7 @@ get_packages() {
|
||||||
"Linux" | "BSD" | "iPhone OS" | "Solaris")
|
"Linux" | "BSD" | "iPhone OS" | "Solaris")
|
||||||
# Package Manager Programs.
|
# Package Manager Programs.
|
||||||
has "pacman-key" && tot pacman -Qq --color never
|
has "pacman-key" && tot pacman -Qq --color never
|
||||||
has "dpkg" && tot dpkg-query -f '\n' -W
|
has "dpkg" && tot dpkg-query -f . -W
|
||||||
has "rpm" && tot rpm -qa
|
has "rpm" && tot rpm -qa
|
||||||
has "xbps-query" && tot xbps-query -l
|
has "xbps-query" && tot xbps-query -l
|
||||||
has "apk" && tot apk info
|
has "apk" && tot apk info
|
||||||
|
|
Loading…
Reference in a new issue