Unverified Commit 494a7d83 authored by Xaver Hellauer's avatar Xaver Hellauer Committed by GitHub

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.
parent 2b39f58f
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment