From 6020c028fe9a78cd75e0987a4ef913a10fea9676 Mon Sep 17 00:00:00 2001 From: ngn Date: Fri, 16 Aug 2024 06:49:22 +0300 Subject: [PATCH] update: use the new package manager --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 014b96e..6a3a613 100755 --- a/neofetch +++ b/neofetch @@ -1567,7 +1567,7 @@ get_packages() { has pacstall && tot pacstall -L if has mp; then - mppkgs=$(MP_GREP=1 mp-list | grep -v ">>>") + mppkgs=$(matt list --grep | grep -v ">>>") while IFS= read -r line; do packages+=( $line ) done <<< "$mppkgs"