Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if term.isColor() == true then
- term.setBackgroundColor(colors.black)
- term.clear()
- term.setBackgroundColor(colors.blue)
- else
- term.setTextColor(colors.lightGray)
- for i=1,30 do
- sleep(0.01)
- print(string.rep(":", term.getSize()))
- end
- term.setBackgroundColor(colors.black)
- term.setTextColor(colors.white)
- end
- term.setCursorPos(1,3)
- print("A32 INSTALLER ")
- sleep(1)
- term.setCursorPos(1,4)
- print("Installing A32 @ "..(fs.getFreeSpace("")/100).." hb free and "..tostring(term.isColor()).." color")
- term.setCursorPos(1,5)
- print("Press enter to begin ")
- term.setCursorPos(22,5)
- read()
- term.setCursorPos(1,8)
- term.setTextColor(colors.gray)
- term.clearLine()
- if fs.exists("startup") then
- shell.run("mv startup Bstartup")
- end
- shell.run("pastebin get hCFHNA4x startup")
- sleep(2)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement