Advertisement
daandecomputer

DaanOS Lightning Mode

Aug 23rd, 2019
1,454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local function store()
  2. shell.run("store")
  3. end
  4. local function update()
  5. print("(Auto Updater) Updating Is disabled on startup")
  6. end
  7. local function setup()
  8. term.setCursorPos(1,1)
  9. end
  10. local function login()
  11. shell.run("login")
  12. end
  13. print("DaanOS BootLoader")
  14. sleep(0.1)
  15. term.clear()
  16. term.setCursorPos(1,1)
  17. setup()
  18. update()
  19. login()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement