Arch package count: Disable colored output and hide versions

This commit is contained in:
Dylan 2016-01-19 11:24:56 +11:00
parent ae46d6f895
commit eb8f115df4
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -423,7 +423,7 @@ getuptime () {
getpackages () { getpackages () {
case "$distro" in case "$distro" in
"Arch Linux" | "Parabola GNU/Linux-libre" | "Manjaro" | "Antergos") "Arch Linux" | "Parabola GNU/Linux-libre" | "Manjaro" | "Antergos")
packages="$(pacman -Q | wc -l)" packages="$(pacman -Qq --color never | wc -l)"
;; ;;
"void") "void")