diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-03-05 20:52:52 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-03-05 20:52:52 -0500 |
| commit | 02217467562da991c5f3335d4847510ac312c981 (patch) | |
| tree | ddfff454413c250ca527fdcd1b9b718414bd790f /system/boot.lua | |
| parent | d8d7f67e60a6b68df2fdd89b9f74f638620e9e57 (diff) | |
| download | bits-UI-02217467562da991c5f3335d4847510ac312c981.tar.gz bits-UI-02217467562da991c5f3335d4847510ac312c981.tar.bz2 bits-UI-02217467562da991c5f3335d4847510ac312c981.zip | |
Added a new API and made changes on the post setup
Diffstat (limited to 'system/boot.lua')
| -rw-r--r-- | system/boot.lua | 4 |
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) |
