debug installer msg
This commit is contained in:
parent
3c9c9c9abb
commit
ead7c15ec7
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue