Advertisement
brensen11

Update

May 29th, 2022 (edited)
804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.21 KB | None | 0 0
  1. function Main()
  2.     shell.run("rm /*")
  3.     shell.run("pastebin get DnFGsr1G update") -- UPDATE file! (this file)
  4.     shell.run("pastebin get DkuA8gzU blib") --blib
  5.     shell.run("pastebin get JCN52CdY bm") --Better Mining
  6.     shell.run("pastebin get P9A5DDHC mixd") -- mix-dig
  7.     shell.run("pastebin get bwH1NtUd mixp") -- mix-place
  8.     shell.run("pastebin get fXxRA8DQ tree") -- tree
  9.     shell.run("pastebin get t3qy8bkd strip") -- Strip Mine
  10.     shell.run("pastebin get K0uRBg5k ezBridge") -- ezBridge
  11.     shell.run("pastebin get zSsRzf6J scan") -- Scan!
  12.     shell.run("pastebin get dHdKQv42 build") -- Build!
  13.     shell.run("pastebin get TJFy8L0b farm") -- Farm!
  14.     shell.run("pastebin get uG2sQBdd plant") -- Plant!
  15.     shell.run("pastebin get 11RHQGgc bexcavate") -- Better Excavation! (kinda the same honestly)
  16.     shell.run("pastebin get vanFtbrA graphics") -- graphics library http://www.computercraft.info/forums2/index.php?/topic/6289-graphics-library/
  17.     print("Done!")
  18. end
  19.  
  20. print("")
  21. print("This program will DELETE all files in your turtle and update them with all files in the BFRAME framework, are you sure you want to update your files?")
  22. print("y for yes, n for no")
  23. local ans = read()
  24. if(ans == "y") then
  25.     Main()
  26. else
  27.     print("Cancelled!")
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement