Advertisement
thegreatstudio

installation

Jul 3rd, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. print("Getting the Isaax Downloader file!")
  2. sleep(2)
  3. shell.run("pastebin", "get", "DLT8CKtn", "/git")
  4. shell.run("git", "get", "thegreatstudio", "isaax", "master", "14/install", "install")
  5. sleep(1)
  6. print("Done Downloading! install file for Isaax OS")
  7. print("Running the installation file!")
  8. fs.delete("/git")
  9. sleep(2)
  10. shell.run("/install")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement