From 40bf68af26d23d137454fd045e3e687a8a7720a2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 9 Jun 2018 17:40:09 +1000 Subject: [PATCH] packages: Fix dpkg bug. --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 58b330f2..45ec4fb3 100755 --- a/neofetch +++ b/neofetch @@ -1254,7 +1254,7 @@ get_packages() { "Linux" | "BSD" | "iPhone OS" | "Solaris") # Package Manager Programs. 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 "xbps-query" && tot xbps-query -l has "apk" && tot apk info