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

This commit is contained in:
Skythrew 2022-09-03 12:38:12 +02:00 committed by GitHub
parent ccd5d9f526
commit 042ec7a33c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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