diff --git a/consumer/startup.lua b/consumer/startup.lua index e30267a..0bdae89 100644 --- a/consumer/startup.lua +++ b/consumer/startup.lua @@ -1,7 +1,7 @@ -kernel = require("kernel") -function setNewLine() -end +shell.execute("wget", "https://git.astrocore.space/root/nova-corp/raw/branch/main/kernel.lua") +sleep(1) +kernel = require("kernel") local function run() Monitor.write("Starting system...\n")