aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg.lua b/pkg.lua
index b0cf501..014bb86 100644
--- a/pkg.lua
+++ b/pkg.lua
@@ -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 }
}