Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. -- Easy Installer for computercraft-github by Eric Wieser and Brevan Ellefsen
  2. local tree = select(1,...)
  3. if not tree then
  4. tree = 'master'
  5. end
  6. local url = ('https://raw.githubusercontent.com/eric-wieser/computercraft-github/%s'):format(tree)
  7. local response = http.get(url..'/install.lua').readAll()
  8. loadstring(response)()
  9. shell.run("github","clone","Naverb/SkyNet","SkyNet")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement