Advertisement
Treyzania

RedMesh Installer v1.0

Feb 18th, 2015
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.61 KB | None | 0 0
  1.  
  2. local function install(key, filename)
  3.    
  4.     print("PB -> " .. filename)
  5.     shell.run("pastebin get", key, filename)
  6.    
  7. end
  8.  
  9. print("== RedMesh Pastebin Installer v1.0 ==")
  10. textutils.slowPrint("Installing RedMesh v1.0 + dependencies...")
  11.  
  12. -- The majority of the program...
  13. install("CDMBv1uF", "redmesh")
  14. install("EyzNPYPV", "hypercoro")
  15. install("0JE1ZJhn", "base64")
  16. install("S9gaEwjd", "sha1")
  17.  
  18. install("vYdvGNSf", "DediRouter")
  19.  
  20. textutils.slowPrint("Done installing!")
  21. textutils.slowPrint("Be sure to read the documentation!")
  22.  
  23. -- *I'm all about that slow-slow-slow-slow-slowPrint, no fastPrint.*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement