Awesomesause200

Installer for Ariana version 2

May 20th, 2013
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.77 KB | None | 0 0
  1. print("Welcome to the Ariana version 2 installer!!!")
  2. print("press any key to continue")
  3. os.pullEvent("key")
  4. term.clear()
  5. term.setCursorPos(1,1)
  6. if fs.exists("Ariana") then
  7.     fs.delete("Ariana")
  8. end
  9. term.clear()
  10. term.setCursorPos(1,1)
  11. shell.run("pastebin get Ph9WqYg4 Ariana")
  12. if fs.exists(".os") then
  13.     fs.delete(".os")
  14. end
  15. fs.makeDir(".os")
  16. shell.run("pastebin get e4zNDs06 .os/Block_Talk")
  17. term.clear()
  18. term.setCursorPos(1,1)
  19. shell.run("pastebin get pMX9kTwm .os/FileExplore")
  20. term.clear()
  21. term.setCursorPos(1,1)
  22. shell.run("pastebin get S4BHy3sQ .os/IMIcon")
  23. term.clear()
  24. term.setCursorPos(1,1)
  25. shell.run("pastebin get XRYggL6U .os/Browser")
  26. term.clear()
  27. term.setCursorPos(1,1)
  28. print("Congrats,Now you can use Ariana v.2")
  29. fs.delete(shell.getRunningProgram())
Advertisement
Add Comment
Please, Sign In to add comment