summaryrefslogtreecommitdiff
path: root/start.lua
blob: 91700d2c48cd339aa14c27ccf9abca4c263ee241 (plain)
1
2
3
4
5
6
7
local url = "http://127.0.0.1/test"

shell.run("rm", "updater.lua")
shell.run("wget", url .. "/updater.lua")

local updater = require("updater")
updater.getLatest(url)