├── LICENSE ├── Lakka ├── README.md ├── berryboot-init └── installLakka ├── LibreELEC ├── README.md ├── berryboot-init └── installLibreELEC ├── README.md └── Volumio2 ├── README.md ├── berryboot-init └── installVolumio2 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macmpi/berryboot-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /Lakka/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macmpi/berryboot-scripts/HEAD/Lakka/README.md -------------------------------------------------------------------------------- /Lakka/berryboot-init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macmpi/berryboot-scripts/HEAD/Lakka/berryboot-init -------------------------------------------------------------------------------- /Lakka/installLakka: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macmpi/berryboot-scripts/HEAD/Lakka/installLakka -------------------------------------------------------------------------------- /LibreELEC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macmpi/berryboot-scripts/HEAD/LibreELEC/README.md -------------------------------------------------------------------------------- /LibreELEC/berryboot-init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macmpi/berryboot-scripts/HEAD/LibreELEC/berryboot-init -------------------------------------------------------------------------------- /LibreELEC/installLibreELEC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macmpi/berryboot-scripts/HEAD/LibreELEC/installLibreELEC -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macmpi/berryboot-scripts/HEAD/README.md -------------------------------------------------------------------------------- /Volumio2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macmpi/berryboot-scripts/HEAD/Volumio2/README.md -------------------------------------------------------------------------------- /Volumio2/berryboot-init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macmpi/berryboot-scripts/HEAD/Volumio2/berryboot-init -------------------------------------------------------------------------------- /Volumio2/installVolumio2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/macmpi/berryboot-scripts/HEAD/Volumio2/installVolumio2 --------------------------------------------------------------------------------