Advertisement
DabDaddy6223

os_install

Mar 23rd, 2023 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. function main()
  2.     if fs.exists(".os/") then
  3.         fs.delete(".os")
  4.     end
  5.     fs.makeDir(".os")
  6.    
  7.     if fs.exists(".os/osupdate") then
  8.         fs.delete(".os/osupdate")
  9.     end
  10.  
  11.     shell.execute("pastebin", "get", "CfJL2KUY", ".os/osupdate")
  12.     shell.execute(".os/osupdate")
  13. end
  14.  
  15. main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement