Larvix

uninstall [MagmaOS]

Aug 6th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | None | 0 0
  1. -- DELETING BASIC SYSTEMS
  2. print("Beginning uninstall")
  3. shell.run("delete startup")
  4. shell.run("delete .login")
  5. shell.run("delete .menu")
  6. shell.run("delete .settings")
  7. shell.run("delete .clear")
  8.  
  9. -- INSTALLING EXTRA UTILITIES
  10. print("Uninstalling utilities...")
  11. shell.run("delete .disableAutoComplete")
  12. shell.run("delete update")
  13. shell.run("delete help")
  14. shell.run("delete chat")
  15.  
  16. -- DELETE UNINSTALL AND ALLOW REINSTALL
  17. shell.run("delete uninstall")
  18. shell.run("pastebin get GzGX7D6T install")
  19.  
  20. -- FINAL MESSAGE
  21. print("Uninstall complete")
  22. print("The 'install' program will download a new copy")
  23. shell.run("label set PC")
Advertisement
Add Comment
Please, Sign In to add comment