Advertisement
Nhorr

NhUIv0.4u Installer

Sep 5th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --pastebin run WCdpCaEm
  2. --installing: NhUI v0.4u (for Basic and Advanced PCs/Monitors)
  3.  
  4. print("Removing all previous NhUI files...")
  5. shell.run("delete","uninstaller")
  6. shell.run("pastebin","get","PNvB0uw4","uninstaller") --v0.2a+
  7. shell.run("uninstaller")
  8. print("Starting NhUI v0.4u installation...")
  9. shell.run("pastebin","get","fGbMtuXU","desktop") --v0.4u
  10. shell.run("pastebin","get","LrBWAr2L","updater") --v0.3a+
  11. shell.run("pastebin","get","PNvB0uw4","uninstaller") --v0.2a+
  12. term.clear()
  13. term.setCursorPos(1,1)
  14. sleep(.1)
  15.  
  16. shell.run("rename","desktop","startup")
  17. print("NhUI v0.4u installed successfully.")
  18. sleep(1)
  19. term.write("Rebooting to finalize install")
  20. textutils.slowPrint("...",2.5)
  21. sleep(.1)
  22. term.clear()
  23. sleep(.3)
  24. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement