From 494a7d8335cf0a2d815ea01b55401dbb4ae24ef9 Mon Sep 17 00:00:00 2001 From: Xaver Hellauer Date: Sat, 21 Nov 2020 17:34:34 +0100 Subject: [PATCH] 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. --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index d650a7b0..5b165dd0 100755 --- a/neofetch +++ b/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.