aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-03-05 13:33:35 -0500
committerAndrew Lee <alee14498@gmail.com>2019-03-05 13:33:35 -0500
commit84a82712e4e3bd6826e572e63accc0800992eb4b (patch)
tree893b2c3854c029468ab3072e544c2dedf683f031
parent1c7ed1e011bb287f6a9f418de0f63fd0d0307353 (diff)
downloadbits-UI-84a82712e4e3bd6826e572e63accc0800992eb4b.tar.gz
bits-UI-84a82712e4e3bd6826e572e63accc0800992eb4b.tar.bz2
bits-UI-84a82712e4e3bd6826e572e63accc0800992eb4b.zip
Added things
-rw-r--r--startup1
1 files changed, 1 insertions, 0 deletions
diff --git a/startup b/startup
index 7ed3e0d..b188287 100644
--- a/startup
+++ b/startup
@@ -30,6 +30,7 @@ function bootloaderInput()
clear()
if fs.exists("dev_mode") then
print("You are running developer mode! You cannot update bit-UI.")
+ sleep(3)
clear()
bootloader()
bootloaderInput()