# Template file for 'chimeraos' OSNAME="ChimeraOS" PRETTY="ChimeraOS" BASEDOF="" HOMEPAGE="https://chimeraos.org/" DESCRIPTION="Bringing the console gaming experience to PC." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://github.com/ChimeraOS/install-media/releases/download/2025-01-24_7a488b9/chimeraos-2025.01.24-x86_64.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }