[F] am count packages fix (#375)
Some checks failed
Shellcheck / check (push) Has been cancelled

This commit is contained in:
zenobit 2025-01-03 20:16:00 +01:00 committed by GitHub
parent 9806ced8b2
commit d6b559fb40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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