Advertisement
sanovskiy

WarpInstall

Jun 1st, 2015
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. shell.run('pastebin','get','f89mQwxK','san-get')
  2. shell.run('san-get','update')
  3. shell.run('san-get','install','kubachos')
  4. shell.run('san-get','install','mcwarp')
  5. shell.run('san-get','install','mineos2')
  6. shell.run("rm","startup")
  7. sfile= fs.open("startup", "w") or error("Cannot open file startup.conf", 2)
  8. sfile.write("shell.run(\"kubachos\")")
  9. sfile.close()
  10. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement