Leon_Lejon

CC OS 2 INSTALL DISK - installer.lua

Jun 11th, 2024 (edited)
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. term.setCursorPos(1,1)
  2. term.setBackgroundColor(colors.cyan)
  3. term.clear()
  4. shell.run("rm os/*")
  5. shell.run("pastebin get j5cPhBrp startup")
  6. shell.run("pastebin get 7PtHy6q5 chkdisk")
  7. shell.run("pastebin get rwUaHn75 back")
  8. shell.run("pastebin get TMKxkyTj shutdown")
  9. shell.run("pastebin get P6ADNNT0 reboot")
  10. shell.run("pastebin get d1NAr7qG os/.EXECUTIVE")
  11. shell.run("pastebin get VPqVrDq0 os/.SHUTDOWN")
  12. shell.run("pastebin get rm4LmAKh os/.functions")
  13. shell.run("pastebin get WZFP0qWP os/.DOS")
  14. shell.run("pastebin get Yhied9XW os/setup")
  15. shell.run("pastebin get 946Y1wc3 clear")
  16. shell.run("pastebin get tscycuNL os/chkdisker")
  17. shell.run("pastebin get B963gAng os/Starter")
  18. shell.run("pastebin get 6xFDuU0G os/.startupscreen")
  19. shell.run("pastebin get 90LUxwmC os/.logo")
  20. shell.run("pastebin get 9kqVJRea os/.logo0")
  21. shell.run("pastebin get 6Mk5jQPv os/.logo1")
  22. shell.run("pastebin get EAjMJXTB os/.logo2")
  23. shell.run("pastebin get FBgKtZvd os/.logo3")
  24. shell.run("pastebin get cDwFm9CT os/.settings")
  25. shell.run("pastebin get aUymeZH1 os/.adlogo")
  26. term.clear()
  27. term.setCursorPos(1,1)
  28. print("Please wait while setup automatically installs CC OS")
  29. term.setCursorPos(1,3)
  30. print("A revolutionary new 'GUI'")
  31. print("CC OS 2 introduces a new graphical user interface making your computer easier to use!")
  32. sleep(5)
  33. term.clear()
  34. term.setCursorPos(1,1)
  35. print("Please wait while setup automatically installs CC OS")
  36. term.setCursorPos(1,3)
  37. print("Navigating the 'GUI'")
  38. print("Use the arrow keys to navigate the 'GUI' and press ENTER to select a program or menu!")
  39. sleep(5)
  40. term.clear()
  41. term.setCursorPos(1,1)
  42. print("Please wait while setup automatically installs CC OS")
  43. term.setCursorPos(1,3)
  44. print("Thank you!")
  45. print("The installation is almost done, thank you for chosing CC OS 2 for your computer!")
  46. sleep(5)
  47. term.clear()
  48. term.setCursorPos(1,1)
  49. shell.run("os/setup")
Advertisement
Add Comment
Please, Sign In to add comment