Larvix

install [MagmaOS]

Jul 20th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.96 KB | None | 0 0
  1. -- DELETE INSTALLER
  2. shell.run("delete install")
  3.  
  4. -- SETTING UP BASIC SYSTEMS
  5. print("Setting Up Systems...")
  6. shell.run("pastebin get Px0g33Jv startup")
  7. shell.run("pastebin get f97istbg .login")
  8. shell.run("pastebin get drnfayFB .menu")
  9. shell.run("pastebin get N7NzzQLy .changeLogin")
  10. shell.run("pastebin get anCgr29N .settings")
  11. shell.run(".settings")
  12. shell.run("pastebin get L8fZuVv7 .clear")
  13. shell.run("pastebin get u0UFiUZT .programs")
  14.  
  15. -- INSTALLING EXTRA UTILITIES
  16. print("Installing Utilities...")
  17. shell.run("pastebin get aNQsf1Gn .disableAutoComplete")
  18. shell.run("pastebin get QuYKcyD3 update")
  19. shell.run("pastebin get wBT79MVN uninstall")
  20. shell.run("pastebin get pny6wJ4P help")
  21. shell.run("pastebin get VS23Mw1u chat")
  22.  
  23. -- MACHINE REBOOT AND INSTRUCTIONS
  24. print("-----")
  25. print("")
  26. print("Download Successful, MagmaOS 'Alpha' Installed")
  27. print("Username set to default of 'user'")
  28. print("Password set to default of 'pass'")
  29. shell.run("label set MagmaOS_user")
  30. print("")
  31. print("Press any key to continue")
  32. os.pullEvent( 'key' )
  33. os.reboot()
Add Comment
Please, Sign In to add comment