From 7525a331c57d6afc473f686d4338403cfce0e171 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Wed, 10 Dec 2025 19:43:30 -0500 Subject: [PATCH] updated --- consumer/startup.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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")