Merge pull request #1 from AleksArt000/master

added support for cccp package manager
This commit is contained in:
tutel 2024-01-22 04:51:41 +02:00 committed by GitHub
commit b6c66aa348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 cccp && tot cccp -l
# 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