Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setBackgroundColor(colors.cyan)
- term.setTextColor(colors.white)
- term.clear()
- term.setCursorPos(1,1)
- shell.run("copy disk/installer os/install")
- term.clear()
- term.setCursorPos(1,1)
- drive = peripheral.find("drive")
- drive.ejectDisk()
- print("Type 'Do as i say.' to install CC OS 2! Otherwise type anything else.")
- alt = read()
- while true do
- if alt == "Do as i say." then
- shell.run("os/install")
- else
- print("Install aborted.")
- sleep(5)
- os.reboot()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment