[F] am count packages fix (#375)
This commit is contained in:
parent
9806ced8b2
commit
d6b559fb40
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue