Browse Source

Added support for Stock Linux distro (squirrel package manager add)

Skythrew 2 years ago
parent
commit
042ec7a33c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      neofetch

+ 1 - 0
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 squirrel   && tot cat /var/squirrel/repos/local/INDEX
 
             # 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