mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-11 17:50:46 -05:00
Merge branch 'master' of github.com:dylanaraps/neofetch
This commit is contained in:
commit
6fc44ec473
2
neofetch
2
neofetch
|
|
@ -564,7 +564,7 @@ get_packages() {
|
|||
packages="$((packages+=$(kpm --get-selections | grep -cv deinstall$)))"
|
||||
|
||||
if type -p cave >/dev/null; then
|
||||
package_dir=(/var/db/paludis/repositories/{cross-installed,installed}/*/data/*)
|
||||
package_dir=(/var/db/paludis/repositories/{cross-installed/*,installed}/data/*)
|
||||
packages="$((packages+=$(ls -d -1 "${package_dir[@]}" | wc -l)))"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user