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()
- sleep(0.5)
- shell.run("os/install")
Advertisement
Add Comment
Please, Sign In to add comment