Added things

This commit is contained in:
Andrew Lee 2019-03-05 13:33:35 -05:00
parent 1c7ed1e011
commit 84a82712e4

View file

@ -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()