Advertisement
sanovskiy

Mcwarp installer

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