The bootloader installation should be done using this command.
wget run https://raw.githubusercontent.com/kizYTB/Bootloader-for-CC-Tweaked/refs/heads/main/install.lua
All OS that want to use this bootloader must make a configuration file in the following directory /.bootloader/OS/
{
"name": "OS name",
"path": "/path/to/os.lua"
}
| Property | Definition |
|---|---|
name |
OS name |
path |
Path to your OS startup file |
