Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require("component").eeprom.set([[
- local handle, data, chunk = component.proxy(component.list("internet")()).request("https://raw.githubusercontent.com/dfault-user/LinusMediaGroup-MineOS/master/Installer/Main.lua"), ""
- while true do
- chunk = handle.read(math.huge)
- if chunk then
- data = data .. chunk
- else
- break
- end
- end
- handle.close()
- load(data)()
- ]])
- require("computer").shutdown(true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement