From 02217467562da991c5f3335d4847510ac312c981 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 5 Mar 2019 20:52:52 -0500 Subject: Added a new API and made changes on the post setup --- system/boot.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/boot.lua') 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) -- cgit v1.2.3