Arch package count: Disable colored output and hide versions
This commit is contained in:
parent
ae46d6f895
commit
eb8f115df4
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -423,7 +423,7 @@ getuptime () {
|
|||
getpackages () {
|
||||
case "$distro" in
|
||||
"Arch Linux" | "Parabola GNU/Linux-libre" | "Manjaro" | "Antergos")
|
||||
packages="$(pacman -Q | wc -l)"
|
||||
packages="$(pacman -Qq --color never | wc -l)"
|
||||
;;
|
||||
|
||||
"void")
|
||||
|
|
Loading…
Reference in a new issue