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()