pkg: aptitude alternative to apt-show-versions
Key for aptitude is Ubuntu, as Debian users are more likely to have apt-show-versions.
This commit is contained in:
parent
94a60fbc3b
commit
9af29ce1e6
|
@ -24,6 +24,7 @@ local function worker(format, warg)
|
|||
["Arch"] = { cmd = "pacman -Qu" },
|
||||
["Arch S"] = { cmd = "yes | pacman -Sup", sub = 2 },
|
||||
["Debian"] = { cmd = "apt-show-versions -u -b" },
|
||||
["Ubuntu"] = { cmd = "aptitude search '~U'" },
|
||||
["Fedora"] = { cmd = "yum list updates", sub = 3 }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue