From 579f4a5bd29d76c7379ec9754705e8e9291ff371 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 5 Mar 2019 13:32:12 -0500 Subject: Added dev mode for now --- startup | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'startup') diff --git a/startup b/startup index 71a1f16..7ed3e0d 100644 --- a/startup +++ b/startup @@ -28,9 +28,16 @@ function bootloaderInput() shell.run("/system/boot.lua") elseif input == "2" then clear() + if fs.exists("dev_mode") then + print("You are running developer mode! You cannot update bit-UI.") + clear() + bootloader() + bootloaderInput() + else print("Running updater...") sleep(3) shell.run("pastebin", "run", "7XY80hfG") + end elseif input == "3" then clear() print(os.version()) -- cgit v1.2.3