fix(installer): run commands without timeout

This commit is contained in:
Smirnov Oleksandr 2022-06-23 12:56:22 +03:00
parent 250d4de718
commit 5642af746b

View file

@ -22,7 +22,7 @@ local function install(pkg)
print("install " .. url .. " finished")
end,
})
:sync()
:start()
end
---Install required go deps