Browse Source

Add 'pkg list' package source

matt 2 năm trước cách đây
mục cha
commit
c3beb21966
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      neofetch

+ 4 - 0
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.