Advertisement
bennyuoppd

Minecraft CC Satilite radio update

Aug 21st, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. print("Updater started.")
  2. sleep(0.5)
  3. print("Updating main module")
  4. sleep(0.5)
  5. shell.run("rm","main")
  6. sleep(0.5)
  7. shell.run("pastebin2","wupnDfre","main")
  8. sleep(0.5)
  9. print("Main module updated!")
  10. sleep(0.5)
  11. print("Updating startup module")
  12. sleep(0.5)
  13. shell.run("rm",startup")
  14. sleep(0.5)
  15. shell.run("pastebin2","Bk8jczUv","startup")
  16. sleep(0.5)
  17. print("Updates finished! Rebooting...")
  18. sleep(5)
  19. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement