Advertisement
Guest User

Updater

a guest
Aug 22nd, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. shell.run("clear")
  2. print("Installing AppleOS...")
  3. fs.delete("startup")
  4. fs.delete(".background")
  5. fs.delete("Uninstall")
  6. sleep(1)
  7. fs.copy("disk/.startup","startup")
  8. fs.copy("disk/.background",".background")
  9. fs.copy("disk/Uninstall","Uninstall")
  10. sleep(0.1)
  11. disk.eject("right")
  12. sleep(1)
  13. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement