Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (not term.isColor()) then
- term.setBackgroundColor(colors.black)
- term.setTextColor(colors.white)
- else
- term.setBackgroundColor(colors.white)
- term.setTextColor(colors.gray)
- end
- term.clear()
- term.setCursorPos(1, 1)
- write("Install Turtle Controller? y/n")
- local _, c = os.pullEvent("char")
- if (c == "n") then
- return
- end
- shell.run("pastebin get CdzzAr37 GUIElements")
- if turtle then
- shell.run("pastebin get 60YGiCM0 TCT")
- write("Turtle version installed.")
- else
- shell.run("pastebin get UJjFsHuy TCC")
- write("Computer version installed.")
- end
- sleep(2)
- shell.run("reboot")
Advertisement
Add Comment
Please, Sign In to add comment