SkyCrafter0

Nova Installer Disk Form

Dec 4th, 2017
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. term.setCursorPos(1, 1)
  2. term.write("Hello and thanks for using my disk installer!")
  3. sleep(0.1)
  4. term.setCursorPos(1, 2)
  5. term.write("This is installing Nova Horizons 1.2")
  6. term.setCursorPos(1, 3)
  7. term.write("INSTALLING")
  8. shell.run("pastebin get GtZDKm3A installer")
  9. term.setCursorPos(1, 4)
  10. term.write("Running Installer")
  11. shell.run("installer")
Add Comment
Please, Sign In to add comment