Leon_Lejon

CC OS 2 INSTALL DISK - install.lua

Jun 11th, 2024 (edited)
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. sleep(0.5)
  11. shell.run("os/install")
Advertisement
Add Comment
Please, Sign In to add comment