Guest User

Untitled

a guest
Nov 3rd, 2014
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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()
Advertisement
Add Comment
Please, Sign In to add comment