Advanced bootloader for OpenComputers
For OpenOS, just run this command:
wget -f https://raw.githubusercontent.com/BrightYC/Cyan/master/installer.lua /tmp/installer.lua && /tmp/installer.lua
For MineOS, you need to find app with name Cyan BIOS
.
Lua REPL with implemented functions:
- os.sleep([timeout: number])
- proxy(componentName: string): component proxy or nil
- read(lastInput: string or nil): string or nil
- print(...)
Executes file from specified URL
Prevents booting, for example, if computer stays in some private places. To boot, it needs some input from user that defined in whitelist.
Just run compress.lua (before that minify the code, for example here: https://mothereff.in/lua-minifier) and make sure that minified.lua file stored in the same folder that compress.lua