mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
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.
This commit is contained in:
1
neofetch
1
neofetch
@@ -1535,6 +1535,7 @@ get_packages() {
|
|||||||
has alps && tot alps showinstalled
|
has alps && tot alps showinstalled
|
||||||
has butch && tot butch list
|
has butch && tot butch list
|
||||||
has mine && tot mine -q
|
has mine && tot mine -q
|
||||||
|
has swupd && tot swupd bundle-list --quiet
|
||||||
|
|
||||||
# Counting files/dirs.
|
# Counting files/dirs.
|
||||||
# Variables need to be unquoted here. Only Bedrock Linux is affected.
|
# Variables need to be unquoted here. Only Bedrock Linux is affected.
|
||||||
|
Reference in New Issue
Block a user