Advertisement
caza1516

SimpleCompanionInstaller

Dec 19th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.83 KB | None | 0 0
  1. --Programs
  2. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/startup.lua startup.lua")
  3. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/cobble.lua cobble.lua")
  4. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/chop.lua chop.lua")
  5. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/WTC.lua WTC.lua")
  6. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/NPP NPP")
  7.  
  8. --Settings
  9. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/Settings/turtleSettings.lua Settings/turtleSettings.lua")
  10.  
  11. --APIs
  12. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/APIs/cLib.lua APIs/cLib.lua")
  13. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/APIs/startupAPI.lua APIs/startupAPI.lua")
  14.  
  15. --Assets
  16. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/Assets/systemSettingsIcon.nfp Assets/systemSettingsIcon.nfp")
  17. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/Assets/WTCIcon.nfp Assets/WTCIcon.nfp")
  18. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/Assets/chopIcon.nfp Assets/chopIcon.nfp")
  19. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/Assets/cobbleIcon.nfp Assets/cobbleIcon.nfp")
  20. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/Assets/dIcon.nfp Assets/dIcon.nfp")
  21. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/Assets/nppIcon.nfp Assets/nppIcon.nfp")
  22. shell.run("wget https://raw.githubusercontent.com/caza1516/SimpleCompanion/master/Assets/shellIcon.nfp Assets/shellIcon.nfp")
  23. shell.run("delete installer")
  24. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement