Advertisement
dragontamerfred

ComputerCraft program: glasses install

Jun 25th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.58 KB | None | 0 0
  1. print("starting instal...")
  2. sleep(.2)
  3. print("loading pastebin...")
  4. sleep(.2)
  5. print("pastebin loaded")
  6. print("starting download...")
  7. sleep(.2)
  8. print("downloading...")
  9. shell.run("delete glasses")
  10. shell.run("pastebin get Bj8kY8zj glasses")
  11. print("downloaded glasses main program")
  12. sleep(.01)
  13. print("warning going to override startup in 10 seconds press ctrl+t for 5 seconds to cancel")
  14. sleep(10)
  15. shell.run("delete startup")
  16. shell.run("pastebin get EH109Lw2 startup")
  17. print("downloaded glasses startup file")
  18. sleep(.2)
  19. print("rebooting computer in 2 seconds")
  20. sleep(2)
  21. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement