Advertisement
znepb

zOS Updater Fix

Jan 3rd, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local d = http.get("https://raw.githubusercontent.com/znepb/zOS/development/system/zOS/System/Updater.lua")
  2. local f = fs.open("zOS/System/Updater.lua", "w")
  3. f.write(d.readAll())
  4. f.close()
  5. d.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement