From 77f0efea26115639110a42abc1803623a0b91b40 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 11 Jun 2021 07:45:19 +0000 Subject: [PATCH] packages: Fix apt. Closes #1620 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 39f376fc..4cd5b9bf 100755 --- a/neofetch +++ b/neofetch @@ -1540,7 +1540,7 @@ get_packages() { has kiss && tot kiss l has cpt-list && tot cpt-list has pacman-key && tot pacman -Qq --color never - has apt && tot apt list --installed && ((packages-=1)) + has apt && pkgs_h=1 tot apt list --installed && ((packages-=1)) has xbps-query && tot xbps-query -l has apk && tot apk info has opkg && tot opkg list-installed