diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-03-05 13:33:35 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-03-05 13:33:35 -0500 |
| commit | 84a82712e4e3bd6826e572e63accc0800992eb4b (patch) | |
| tree | 893b2c3854c029468ab3072e544c2dedf683f031 /startup | |
| parent | 1c7ed1e011bb287f6a9f418de0f63fd0d0307353 (diff) | |
| download | bits-UI-84a82712e4e3bd6826e572e63accc0800992eb4b.tar.gz bits-UI-84a82712e4e3bd6826e572e63accc0800992eb4b.tar.bz2 bits-UI-84a82712e4e3bd6826e572e63accc0800992eb4b.zip | |
Added things
Diffstat (limited to 'startup')
| -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() |
