Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- if term.isColor() then
- print("INSTALLING AIOSV7p2")
- else
- print("WARING TERMINAL IS NOT COLOR!")
- sleep(1)
- end
- shell.run("pastebin get wXuzw4Ea startup.lua")
- shell.run("mkdir AIOS/")
- shell.run("mkdir AIOS/.EXPLORER")
- shell.run("mkdir AIOS/.EXPLORER/ICONS/")
- shell.run("pastebin get 4ba7VP02 AIOS/.EXPLORER/ICONS/RECYCLE")
- shell.run("pastebin get k8NR7DBZ AIOS/.EXPLORER/ICONS/SHOP")
- shell.run("pastebin get aANnVZh8 AIOS/.EXPLORER/ICONS/START")
- shell.run("pastebin get pBynkNZK AIOS/.EXPLORER/ICONS/WEB")
- shell.run("pastebin get eSnMZctx AIOS/.EXPLORER/ICONS/APP")
- shell.run("cp AIOS/.EXPLORER/ICONS/APP AIOS/.EXPLORER/BG.nfp")
- shell.run("pastebin get 0yU50NMz AIOS/.EXPLORER/ICONS/EXPLORER")
- shell.run("pastebin get sXHAFJJk APM")
- sleep(1)
- shell.run("APM install FM2")
- term.clear()
- print("Do you want to make a background image now?")
- print("[Y / N]")
- while true do
- E,K = os.pullEvent("key")
- if K == string.byte("Y") then
- shell.run("paint AIOS/.EXPLORER/BG.nfp")
- break
- elseif K == string.byte("N") then
- break
- end
- end
- term.clear()
- print("Rebooting!")
- sleep(3)
- os.reboot()
Add Comment
Please, Sign In to add comment