From ad2f2229506a993473f48d70b509022dea1b0f9d Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Thu, 1 May 2025 16:09:20 +0200 Subject: initial commit --- start.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 start.lua (limited to 'start.lua') diff --git a/start.lua b/start.lua new file mode 100644 index 0000000..91700d2 --- /dev/null +++ b/start.lua @@ -0,0 +1,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) -- cgit v1.2.3-70-g09d2