remove urls installer index reference
This commit is contained in:
parent
b11f10605e
commit
c0e86fb197
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ local urls = {
|
||||||
|
|
||||||
---@param pkg string
|
---@param pkg string
|
||||||
local function install(pkg)
|
local function install(pkg)
|
||||||
local url = urls[pkg][1] .. "@latest"
|
local url = urls[pkg] .. "@latest"
|
||||||
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