Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setCursorPos(1,1)
- if term.isColor() then
- term.setBackgroundColor(colors.blue)
- term.setTextColor(colors.white)
- term.clear()
- else
- term.setBackgroundColor(colors.black)
- term.clear()
- print("WARNING A64 IS INTENDED FOR ADVANCED COMPUTERS")
- print("WAITING 5 SECONDS THEN CONTINUING")
- sleep(5)
- term.clear()
- for i=1,100 do
- print("/")
- end
- term.setCursorPos(1,1)
- end
- print("WELCOME TO THE A64 INSTALLER")
- print("You are about to install A64 under")
- shell.run("drive")
- print("Do you intend on installing multiple operating enviorments? [Y/N]")
- IN = string.upper(read())
- if IN == "Y" then
- shell.run("mkdir A64")
- shell.run("cd A64")
- end
- print("STARTING INSTALL PLEASE WAIT")
- term.clear()
- term.setCursorPos(1,1)
- sleep(1)
- print("| 5")
- shell.run("bg","pastebin get","bkKTcs8H","ANO")
- term.setCursorPos(1,1)
- sleep(1)
- print("- 4")
- shell.run("bg","pastebin get","e8HMLxPJ","ARE")
- term.setCursorPos(1,1)
- sleep(1)
- print("| 3")
- shell.run("bg","pastebin get","FWrW3wEk","ATOP")
- term.setCursorPos(1,1)
- sleep(1)
- print("- 2")
- shell.run("bg","pastebin get","PG492J9N","startup")
- term.setCursorPos(1,1)
- sleep(1)
- print("- 1")
- shell.run("bg","pastebin get","sXHAFJJk","APM")
- term.setCursorPos(1,1)
- print("INCLUDE SERVER SOFTWARE? [Y/N]")
- if string.upper(read()) == "Y" then
- shell.run("bg pastebin get Q9W6KJ2X ARS")
- end
- term.clear()
- term.setCursorPos(1,1)
- b = true
- for i=1,25 do
- term.setCursorPos(1,1)
- if b then
- print("|")
- b = false
- else
- print("-")
- b = true
- end
- sleep(i*0.1)
- end
- term.clear()
- print("DONE!")
- sleep(2)
Add Comment
Please, Sign In to add comment