packages: Fix apt. Closes #1620
This commit is contained in:
parent
bcc8d98df5
commit
77f0efea26
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1540,7 +1540,7 @@ get_packages() {
|
||||||
has kiss && tot kiss l
|
has kiss && tot kiss l
|
||||||
has cpt-list && tot cpt-list
|
has cpt-list && tot cpt-list
|
||||||
has pacman-key && tot pacman -Qq --color never
|
has pacman-key && tot pacman -Qq --color never
|
||||||
has apt && tot apt list --installed && ((packages-=1))
|
has apt && pkgs_h=1 tot apt list --installed && ((packages-=1))
|
||||||
has xbps-query && tot xbps-query -l
|
has xbps-query && tot xbps-query -l
|
||||||
has apk && tot apk info
|
has apk && tot apk info
|
||||||
has opkg && tot opkg list-installed
|
has opkg && tot opkg list-installed
|
||||||
|
|
Loading…
Reference in a new issue