mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 08:41:39 +00:00
packages: fix dpkg (#1888)
This commit is contained in:
2
neofetch
2
neofetch
@@ -1541,7 +1541,7 @@ get_packages() {
|
||||
has kiss && tot kiss l
|
||||
has cpt-list && tot cpt-list
|
||||
has pacman-key && tot pacman -Qq --color never
|
||||
has dpkg && pac "$(dpkg --list | grep -c ^ii)"
|
||||
has dpkg && tot dpkg-query -f '.\n' -W
|
||||
has xbps-query && tot xbps-query -l
|
||||
has apk && tot apk info
|
||||
has opkg && tot opkg list-installed
|
||||
|
Reference in New Issue
Block a user