From c3beb21966bf153dc21a8eacdde8e7ab8224174e Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 12 Sep 2022 19:51:30 +0000 Subject: [PATCH] Add 'pkg list' package source --- neofetch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neofetch b/neofetch index a87916d5..30dbc731 100755 --- a/neofetch +++ b/neofetch @@ -1639,6 +1639,10 @@ get_packages() { ((packages == 0)) && has pkg && tot pkg list ;; + + illumos-*) + has pkg && tot pkg list + ;; esac # List these last as they accompany regular package managers.