Advertisement
visiongaming43

installer

Jun 11th, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. if (turtle.getFuelLevel() <= 1) then error("PLEASE MAKE SURE TURTLE FUEL IS SUFFICIENT") end
  2. local libLinks = {
  3. ["posLib"] = "https://pastebin.com/mXU5j3aK",
  4. ["invLib"] = "https://pastebin.com/rzbfcsNc",
  5. ["colorLib"] = "https://pastebin.com/J96BvhMb",
  6. ["farmLib"] = "https://pastebin.com/Na4TvVbB",
  7. ["farmSetup"] = "https://pastebin.com/TkHwZBTL"
  8. }
  9.  
  10. local startupLink = "https://pastebin.com/w3uSP5gT"
  11.  
  12. for name, link in pairs(libLinks) do
  13. shell.run("pastebin get " .. link .. " " .. name)
  14. end
  15.  
  16. shell.run("farmSetup")
  17. shell.run("pastebin get " .. startupLink .. " startup")
  18. shell.run("reboot")
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement