Commit 77f0efea authored by Dylan Araps's avatar Dylan Araps

packages: Fix apt. Closes #1620

parent bcc8d98d
......@@ -1540,7 +1540,7 @@ get_packages() {
has kiss && tot kiss l
has cpt-list && tot cpt-list
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 apk && tot apk info
has opkg && tot opkg list-installed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment