Updated BPM package count fetching

This commit is contained in:
CapCreeperGR 2024-07-01 12:44:22 +03:00
parent 8c380dbec4
commit ed45b739a5

View File

@ -24,7 +24,7 @@ get_packages() {
ARRAY+=("$(xbps-query -l | wc -l) (xbps)")
fi
if command_exists bpm; then
ARRAY+=("$(bpm list -n) (bpm)")
ARRAY+=("$(bpm list -c) (bpm)")
fi
if command_exists emerge; then
ARRAY+=("$(ls -l /var/db/pkg/* | wc -l) (emerge)")