Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tc = term.clear -- term Clear
- local tscp = term.setCursorPos -- term setCursorPos
- local tuSP = textutils.slowPrint -- Text Utils slowPrint
- tc()
- tscp(1,1)
- shell.run("cp", "disk/install.lua", "install.lua")
- shell.run("cp", "disk/eject.lua", "eject.lua")
- term.setTextColor(colors.red)
- print("! WARNING !")
- print("================")
- term.setTextColor(colors.white)
- print("Before installing on a computer, do the following.")
- print("type `edit disk/os/ios/.key` and set it to a 16 character key (MUST BE 16 CHARACTERS NO SPACES)")
- print("type `edit disk/os/.sfsecCheck` and change the default password of `124` to whatever you want")
- print("type `edit disk/os/.secCheck` and change the default password of 124 to whatever you want")
- print("type `edit disk/ios/.sendfile` and change RNKEY from `\"DEF_FORCERECEIVE\"` to a 16 character key (MUST BE 16 CHARACTERS NO SPACES")
- print("type `edit disk/ios/.getfile` and change RNKEY from `\"DEF_FORCERECEIVE\"` to the same 16 character key as in .sendfile")
- print("================")
- print("If you use networking make sure that the key in the `.key` file is the same on both computers")
- term.setTextColor(colors.red)
- print("================")
- term.setTextColor(colors.white)
- print("First time installation? Type `install` to begin. If not, type `eject`.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement