pkg: solve interactive pacman prompt patch from tdy

This commit is contained in:
Adrian C. (anrxc) 2010-02-20 02:12:02 +01:00
parent 5e1d1e0d47
commit f4cd746188
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ local function worker(format, dist)
local updates = 0
local manager = {
["Arch"] = { cmd = "pacman -Qu" },
["Arch S"] = { cmd = "pacman -Sup", sub = 2 },
["Arch S"] = { cmd = "yes | pacman -Sup", sub = 2 },
["Debian"] = { cmd = "apt-show-versions -u -b" },
["Fedora"] = { cmd = "yum list updates", sub = 3 }
}