From f619f662a017eeee8563c44ce2ce6f0072d73cb8 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sat, 3 Feb 2024 22:54:17 +0100 Subject: [PATCH] Fixed pkgs count Skip header "The following ports are currently installed:" --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index d47b878..8caf408 100755 --- a/pfetch +++ b/pfetch @@ -616,7 +616,7 @@ get_pkgs() { ;; (*) - printf '%s\n' "$pkg_list" + printf '%s' "$pkg_list" ;; esac }