Advertisement
SansIsLazy

Install Simple Desktop

Jul 1st, 2019
566
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.27 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print"Installing Simple Desktop alpha 2.1"
  4. shell.run("mkdir os/.backgrounds")
  5. shell.run("pastebin get VnkQnXJR gui")
  6. shell.run("cd os/.backgrounds")
  7. shell.run("pastebin get KW5ZGDQ3 /os/.backgrounds/desktop")
  8. shell.run("cd ..")
  9. shell.run("mkdir programs")
  10. shell.run("cd programs")
  11. shell.run("pastebin get vyAZc6tJ luaide")
  12. shell.run("pastebin get ZyaXaVpv run")
  13. shell.run("pastebin get AfFfTW1b /os/bioswift/allDirs")
  14. shell.run("pastebin get pzWSRqNF /os/programs/npaintpro")
  15. shell.run("cd ..")
  16. shell.run("mkdir bioswift/windows/")
  17. shell.run("cd bioswift/windows/")
  18. shell.run("pastebin get CSxTMttE win")
  19. shell.run("pastebin get 0Me0xu6a runWin")
  20. shell.run("cd /")
  21. shell.run("pastebin get LvgX0dvX startup")
  22. shell.run("pastebin get rxGJBXi8 /desktop")
  23. shell.run("pastebin get Ym7Qy7dh login")
  24. shell.run("pastebin get zvUXeSnU gamerchat")
  25. shell.run("pastebin run 8jid5M7E")
  26. shell.run("pastebin get QFR0p1Ue uninstall")
  27. shell.run("mkdir /os/programs/google/")
  28. shell.run("mkdir /os/users/")
  29. shell.run("pastebin get p0sacG7a /os/programs/google/google")
  30. shell.run("pastebin run 0j6Eqb1R")
  31. term.clear()
  32. term.setCursorPos(1,1)
  33. print"Restart now? Y/N"
  34. local input = read()
  35. if input == "y" or input == "Y" then
  36. os.reboot()
  37. else
  38. print"Cancled"
  39.  end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement