Advertisement
JaMaNi133

setup.lua

Nov 26th, 2022 (edited)
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. --pastebin get 2St9bttt setup.lua
  2. print("setting up computer")
  3. shell.run("mkdir","OS")
  4. shell.run("pastebin","get","DtmB9wb3","OS/update.lua")
  5. shell.run("pastebin","get","pSD1vrHd","OS/lib.txt")
  6. shell.run("pastebin","get","Lg4Y7V2h","OS/programs.txt")
  7.  
  8. shell.run("pastebin","get","NhTU7Q0w","OS/install.lua")
  9. shell.run("pastebin","get","8RMVVAgs","OS/liblist.lua")
  10.  
  11. shell.run("delete","setup.lua")
  12. print("done")
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement