Advertisement
pfgpastebin

CLI update

Feb 4th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. print("An update is available and it is being downloaded because you have no choice >:)")
  2. shell.run("rm CLI/OS")
  3.  
  4. write("Downloading OS\n")
  5. shell.run("pastebin get zFyHREzS CLI/OS")
  6. print("...Complete")
  7.  
  8.  
  9. startup=fs.open("startup","w")
  10. startup.write('shell.run("CLI/OS")')
  11.  
  12. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement