From a5922f5409ed5f47b51ec4edb70efb1bff956976 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Wed, 10 Dec 2025 19:54:50 -0500 Subject: [PATCH] updated --- consumer/startup.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/consumer/startup.lua b/consumer/startup.lua index 8b03140..8706e8a 100644 --- a/consumer/startup.lua +++ b/consumer/startup.lua @@ -1,6 +1,7 @@ +shell.execute("rm", "kernel.lua") shell.execute("wget", "https://git.astrocore.space/root/nova-corp/raw/branch/main/kernel.lua") -sleep(1) +sleep(2) kernel = require("kernel") Monitor.write("Starting system...\n") local function run()