diff options
| -rw-r--r-- | startup | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |
