packages: Fix apt. Closes #1620

This commit is contained in:
Dylan Araps 2021-06-11 07:45:19 +00:00
parent bcc8d98df5
commit 77f0efea26
1 changed files with 1 additions and 1 deletions

View File

@ -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