aboutsummaryrefslogtreecommitdiff
path: root/system/boot.lua
diff options
context:
space:
mode:
Diffstat (limited to 'system/boot.lua')
-rw-r--r--system/boot.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/boot.lua b/system/boot.lua
index c25fae2..fd143c7 100644
--- a/system/boot.lua
+++ b/system/boot.lua
@@ -64,9 +64,9 @@ else
config:close()
term.setTextColor(colors.blue)
print("[INFO] Config has not been found!")
- print("[INFO] You will be sent to the OOBE setup...")
+ print("[INFO] You will be sent to the post installation setup...")
sleep(3)
- shell.run("/system/setup.lua")
+ shell.run("/system/post-setup.lua")
end
sleep(3)