Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Branch = "patch2"
- if not fs.exists("git") then
- shell.run("pastebin get hKi7ZiRF git")
- end
- shell.run("git")
- local apis = {
- GoTo = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/goto.lua",
- GPS = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/gps.lua",
- SchemParser = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/schemparser.lua",
- LocationFinder = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/locationfinder.lua",
- Refill = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/refill.lua",
- Debug = "https://raw.githubusercontent.com/GuitarMusashi616/SchematicTurtle/"..Branch.."/.apis/debug.lua",
- }
- for i,v in pairs(apis) do
- git.get(v,"SchematicBuilder/"..i)
- shell.run("SchematicBuilder/"..i)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement