feat: support leaf

This commit is contained in:
Yingjie Wang 2024-11-13 10:48:40 -05:00
parent ccd5d9f526
commit 638f27dd87

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