Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setCursorPos(1,1)
- term.setBackgroundColor(colors.gray)
- term.clear()
- function newLine()
- sleep(1)
- print()
- print()
- term.setTextColor(colors.orange)
- end
- function textLightGray()
- term.setTextColor(colors.lightGray)
- sleep(1)
- print()
- end
- term.setTextColor(colors.orange)
- sleep(1)
- textutils.slowWrite("Installing CadeOS...")
- newLine()
- textutils.slowWrite("Fetching CadeOS files from Pastebin.com...")
- newLine()
- textutils.slowWrite("- Downloading startup.lua")
- textLightGray()
- shell.run("pastebin get 5HwtX2sP startup.lua")
- newLine()
- textutils.slowWrite("- Downloading CadeOS/remote.lua")
- textLightGray()
- shell.run("pastebin get RearwQif CadeOS/remote.lua")
- newLine()
- textutils.slowWrite("- Downloading CadeOS/launchRednet.lua")
- textLightGray()
- shell.run("pastebin get Ln5aALhd CadeOS/launchRednet.lua")
- newLine()
- textutils.slowWrite("- Downloading CadeOS/headerCadeOS.lua")
- textLightGray()
- shell.run("pastebin get seNmwp1e CadeOS/headerCadeOS.lua")
- newLine()
- print("Installation successful!")
- print()
- print("Terminal restarting in 5 seconds.")
- sleep(5)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement