Advertisement
Laine_prikol

InstallerRedBoardENG

Feb 12th, 2017
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local term = require("term")
  2. local shell = require("shell")
  3. local computer = require("computer")
  4. local component = require("component")
  5. local internet = require("internet")
  6. local os = require("os")
  7. local gpu = component.gpu
  8. term.clear()
  9. print("CHECKING SYSTEM")
  10. if gpu.maxResolution() == 80 then
  11. print("ALL OK!")
  12. print("COPYING FILES")
  13. os.execute("pastebin get mv4cs7qe redcontrol")
  14. os.execute("pastebin get iKzRve2g lib/forms.lua")
  15. print("DONE! START: redcontrol")
  16. else
  17. print("CONFIG ERROR: REQUIRE VIDEOCARD AND SCREEN 2 TIER")
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement