Add support for `swupd` package manager (#1610)

`swupd` is the default package manager of Clear Linux OS (they actually call their packages bundles). This patch adds support for swupd.
master
Xaver Hellauer 5 years ago committed by GitHub
parent 2b39f58f74
commit 494a7d8335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      neofetch

@ -1535,6 +1535,7 @@ get_packages() {
has alps && tot alps showinstalled
has butch && tot butch list
has mine && tot mine -q
has swupd && tot swupd bundle-list --quiet
# Counting files/dirs.
# Variables need to be unquoted here. Only Bedrock Linux is affected.

Loading…
Cancel
Save