This commit is contained in:
2025-06-14 12:13:04 -04:00
parent 81d53398f5
commit 8e19deb701
4 changed files with 43 additions and 31 deletions

View File

@@ -1,5 +1,7 @@
shell.execute("rm", "main.lua")
shell.execute("wget", "https://git.astrocore.space/root/NovaCorpLLC/raw/branch/main/main.lua")
local kernel = require('kernal')
kernal.addDriver("temperature_monitor")
kernal.addDriver("main")
sleep(5)
local main = require("main")
main.run()
main.run()