From 4524a3cc0a053d474973c7c002cefd26955f504a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 18 Nov 2019 15:56:21 +0000 Subject: [PATCH] pkgs: support for solus --- pfetch | 1 + 1 file changed, 1 insertion(+) diff --git a/pfetch b/pfetch index 0400473..938fc03 100755 --- a/pfetch +++ b/pfetch @@ -452,6 +452,7 @@ get_pkgs() { has brew && printf '%s\n' "$(brew --cellar)/"* has emerge && printf '%s\n' /var/db/pkg/*/*/ has pkgtool && printf '%s\n' /var/log/packages/* + has eopkg && printf '%s\n' /var/lib/eopkg/package/* # 'nix' requires two commands. has nix-store && {