Advertisement
lylythechosenone

DoorOS installer

Mar 10th, 2019
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local startup = http.get("https://raw.githubusercontent.com/l-7777777/lytim/DoorOS/startup.lua")
  2. local startupf = fs.open("startup", "w")
  3. startupf.write(startup.readAll())
  4. startupf.close()
  5. shell.run("startup")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement