View difference between Paste ID: jL7RM5Sd and wKMXiVqz
SHOW: | | - or go back to the newest paste.
1-
local downloads = {{"orion","pAGAEuZz"},{"oChat","nZ1VkpTi"}}
1+
2
term.setCursorPos(1,1)
3
textutils.slowPrint("Checking for updates...")
4
shell.run("delete orion")
5-
for i, d in pairs(downloads) do
5+
shell.run("pastebin get pAGAEuZz orion")
6-
    shell.run("delete "..d[1])
6+
7-
    shell.run("pastebin get "..d[2].." "..d[1])
7+
8-
end
8+