SHOW:
|
|
- or go back to the newest paste.
| 1 | term.setBackgroundColor(colors.white) | |
| 2 | term.setTextColor(colors.cyan) | |
| 3 | term.clear() | |
| 4 | term.setCursorPos(1,1) | |
| 5 | print("Installing NexOS...")
| |
| 6 | term.setTextColor(colors.white) | |
| 7 | shell.run("pastebin", "run 09QAQFaN")
| |
| 8 | shell.run("mpt", "ppa add nexusppa")
| |
| 9 | shell.run("mpt", "install nexos")
| |
| 10 | os.reboot() |