# Template file for 'libreelec' OSNAME="LibreELEC" PRETTY="LibreELEC" BASEDOF="" HOMEPAGE="https://libreelec.tv/" DESCRIPTION="Home theater distro built around KODI." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://releases.libreelec.tv/LibreELEC-Generic.x86_64-12.0.2.img.gz" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }