This commit is contained in:
2025-06-14 11:45:18 -04:00
parent 57251370ef
commit 09bc262a29
2 changed files with 38 additions and 0 deletions

5
startup.lua Normal file
View File

@@ -0,0 +1,5 @@
shell.execute("rm", "main.lua")
shell.execute("wget", "https://github.com/itzmarkoni/NovaCrafLLC/raw/refs/heads/main/main.lua?raw=true")
sleep(5)
local main = require("main")
main.run()