Compare commits

..
1 Commits
Author SHA1 Message Date
wyj 638f27dd87 feat: support leaf 2024-11-13 10:48:40 -05:00
+1
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 leaf && tot leaf list
# 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