Updated BPM package count fetching
This commit is contained in:
parent
8c380dbec4
commit
ed45b739a5
@ -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)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user