From 2c054076efcd5f1d28b6e140be4948083188c55a Mon Sep 17 00:00:00 2001 From: Joanna Hartley Date: Sun, 8 Mar 2026 17:34:48 +0000 Subject: [PATCH] Apply suggestion from @Copilot Ignore header lines for qpkg package manager Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 5360a3d6..c950a562 100755 --- a/neofetch +++ b/neofetch @@ -2421,7 +2421,7 @@ get_packages() { ;; QNX) - has qpkg && tot qpkg list && ((packages-=4)) + has qpkg && pkgs_h=4 tot qpkg list && ((packages-=4)) has apk && tot apk info ;; esac