From 3e85f84b64c7a6457e04fe47db25af42fb56081c Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Wed, 11 Mar 2026 18:12:27 +0100 Subject: [PATCH] also fix bootstrapper hopefully. --- startup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.lua b/startup.lua index 51fe60f..2cc3ffa 100644 --- a/startup.lua +++ b/startup.lua @@ -1,3 +1,3 @@ -- http://justus.l--n.de:3000/JUFS/MDB/raw/branch/main/startup.lua -- bootstrapper -shell.run("wget run http://justus.l--n.de:3000/JUFS/MDB/raw/branch/main/main.lua") +shell.run("wget", "run", "http://justus.l--n.de:3000/JUFS/MDB/raw/branch/main/main.lua")