From 974c9f80a692f598a9dae568b7f6bcb037514414 Mon Sep 17 00:00:00 2001 From: AleksArt Date: Sun, 21 Jan 2024 22:11:52 +0100 Subject: [PATCH] added support for cccp package manager --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index bc1e42fe..44f24867 100644 --- a/neofetch +++ b/neofetch @@ -1565,6 +1565,7 @@ get_packages() { has swupd && tot swupd bundle-list --quiet has pisi && tot pisi li has pacstall && tot pacstall -L + has cccp && tot cccp -l # Using the dnf package cache is much faster than rpm. if has dnf && type -p sqlite3 >/dev/null && [[ -f /var/cache/dnf/packages.db ]]; then