Advertisement
Guest User

startup.lua

a guest
Nov 21st, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. local downloads = {{"orion","pAGAEuZz"},{"oChat","nZ1VkpTi"}}
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. textutils.slowPrint("Checking for updates...")
  5. for i, d in pairs(downloads) do
  6.     shell.run("delete "..d[1])
  7.     shell.run("pastebin get "..d[2].." "..d[1])
  8. end
  9. sleep(1)
  10. term.clear()
  11. term.setCursorPos(1,1)
  12. shell.run("orion")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement