From e7306982e9c4b245923c68267ee0f3efcd842b0d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 9 Jun 2018 17:48:49 +1000 Subject: [PATCH] packages: Fix bug with dpkg --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 45ec4fb3..ede14397 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 . -W + has "dpkg" && tot dpkg-query -f '.\n' -W has "rpm" && tot rpm -qa has "xbps-query" && tot xbps-query -l has "apk" && tot apk info