Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function main()
- if fs.exists(".os/") then
- fs.delete(".os")
- end
- fs.makeDir(".os")
- if fs.exists(".os/osupdate") then
- fs.delete(".os/osupdate")
- end
- shell.execute("pastebin", "get", "CfJL2KUY", ".os/osupdate")
- shell.execute(".os/osupdate")
- end
- main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement