mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-21 17:24:51 -05:00
[F] am count packages fix (#375)
Some checks failed
Shellcheck / check (push) Has been cancelled
Some checks failed
Shellcheck / check (push) Has been cancelled
This commit is contained in:
parent
9806ced8b2
commit
d6b559fb40
2
neofetch
2
neofetch
|
|
@ -2183,7 +2183,7 @@ get_packages() {
|
|||
has evox && tot cat /var/evox/packages/DB
|
||||
has squirrel && tot ls -w 1 /var/packages
|
||||
has anise && tot anise s --installed
|
||||
has am && pac "$(am -f --less)"
|
||||
has am && pac "$(am -f --less | awk '{ SUM += $1} END { print SUM }')"
|
||||
# Bonsai refers to the now archived repo https://github.com/mitchweaver/bonsai
|
||||
has bonsai && tot bonsai list
|
||||
# Rad refers to https://github.com/glaucuslinux/rad
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user