pfetch: fix package count.

This commit is contained in:
Dylan Araps 2019-10-14 08:45:07 +03:00
parent 8b9c409650
commit 256c1678d6
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

2
pfetch
View File

@ -508,7 +508,7 @@ get_pkgs() {
esac | wc -l esac | wc -l
` `
log pkgs "${packages:-?}" >&6 [ "$packages" -gt 1 ] && log pkgs "$packages" >&6
} }
get_memory() { get_memory() {