packages: Fix bug with dpkg

This commit is contained in:
Dylan Araps 2018-06-09 17:48:49 +10:00
parent 40bf68af26
commit e7306982e9
1 changed files with 1 additions and 1 deletions

View File

@ -1254,7 +1254,7 @@ get_packages() {
"Linux" | "BSD" | "iPhone OS" | "Solaris")
# Package Manager Programs.
has "pacman-key" && tot pacman -Qq --color never
has "dpkg" && tot dpkg-query -f . -W
has "dpkg" && tot dpkg-query -f '.\n' -W
has "rpm" && tot rpm -qa
has "xbps-query" && tot xbps-query -l
has "apk" && tot apk info