SHOW:
|
|
- or go back to the newest paste.
| 1 | term.setBackgroundColor(colors.cyan) | |
| 2 | term.setTextColor(colors.white) | |
| 3 | term.clear() | |
| 4 | term.setCursorPos(1,1) | |
| 5 | shell.run("copy disk/installer os/install")
| |
| 6 | term.clear() | |
| 7 | term.setCursorPos(1,1) | |
| 8 | drive = peripheral.find("drive")
| |
| 9 | drive.ejectDisk() | |
| 10 | - | print("Type 'Do as i say.' to install CC OS 2! Otherwise type anything else.")
|
| 10 | + | sleep(0.5) |
| 11 | - | alt = read() |
| 11 | + | shell.run("os/install") |