debug installer msg

This commit is contained in:
Alex Malykh 2023-11-23 18:31:37 +04:00
parent 3c9c9c9abb
commit ead7c15ec7

View file

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