Advertisement
remie92

startupUpdate

Feb 26th, 2024 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. print("Refreshing startup!")
  2. shell.run("rm startup")
  3. shell.run("rm startup.lua")
  4. shell.run("pastebin get 5vX4SJTr startup")
  5.  
  6. print("Refreshing Internet")
  7. shell.run("rm internet.lua")
  8. shell.run("pastebin get ey0zFQ1k internet.lua")
  9.  
  10. print("Refreshing turtleLib")
  11. shell.run("rm turtleLib.lua")
  12. shell.run("pastebin get wN0Ada0y turtleLib.lua")
  13.  
  14. print("Starting boot.lua")
  15. shell.run("pastebin get J8d7cTta boot.lua")
  16. shell.run("boot.lua")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement