This commit is contained in:
Alex Malykh 2023-11-23 18:33:07 +04:00
parent ead7c15ec7
commit 3146bffee9

View file

@ -25,7 +25,7 @@ local tags = {
---@param pkg string
local function install(pkg)
local url = urls[pkg] .. tags[pkg]
u.notify(url)
u.notify("YEEET: " .. url)
r.sync(c.go, {
args = { "install", url },
on_exit = function(data, status)