Advertisement
MCFunRide

CubeSpace Server Linux Installer

Apr 12th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. function pos()
  2. term.setCursorPos(1,2)
  3. end
  4.  
  5.  
  6.  
  7.  
  8. term.setBackgroundColor(colors.magenta)
  9. term.clear()
  10. term.setCursorPos(1,1)
  11. term.setBackgroundColor(colors.blue)
  12. term.clearLine()
  13. write("CubeSpace Server Linux Installer")
  14. term.setCursorPos(1,2)
  15. term.setBackgroundColor(colors.magenta)
  16. textutils.slowPrint("WILL WIPE ALL STARTUP DATA! PRESS ANY KEY TO CONTINUE")
  17. os.pullEvent("key")
  18. textutils.slowPrint("Instaling CubeSpace Server Linux...")
  19. term.setTextColor(colors.magenta)
  20. shell.run("pastebin get NieZXVSf startup")
  21. pos()
  22. shell.run("mkdir .data")
  23. pos()
  24. shell.run("cd /.data")
  25. pos()
  26. shell.run("pastebin get hi4xFVxn fwserver")
  27. pos()
  28. shell.run("pastebin get q7bA3Dbt redserver")
  29. pos()
  30. shell.run("pastebin get 6cRCm053 redserver2")
  31. term.setCursorPos(1,2)
  32. term.setTextColor(colors.lime)
  33. textutils.slowPrint("Installation complete!")
  34. sleep(3)
  35. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement