Fixed #117
This commit is contained in:
parent
53452559b7
commit
3fd554a873
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ int pkgman()
|
|||
{"guix package --list-installed 2> /dev/null | wc -l", "(guix)"},
|
||||
{"nix-store -q --requisites /run/current-sys_vartem/sw 2> /dev/null | wc -l", "(nix)"},
|
||||
{"pacman -Qq 2> /dev/null | wc -l", "(pacman)"},
|
||||
{"pkg info | wc -l", "(pkg)"},
|
||||
{"pkg info 2>/dev/null | wc -l", "(pkg)"},
|
||||
{"port installed 2> /dev/null | tail -n +2 | wc -l", "(port)"},
|
||||
{"rpm -qa --last 2> /dev/null | wc -l", "(rpm)"},
|
||||
{"xbps-query -l 2> /dev/null | wc -l", "(xbps)"},
|
||||
|
|
Loading…
Reference in a new issue