# Template file for 'chimera-linux' OSNAME="Chimera Linux" PRETTY="Chimera Linux" BASEDOF="" HOMEPAGE="https://chimera-linux.org/" DESCRIPTION="A modern, general-purpose Linux distribution." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://repo.chimera-linux.org/live/20250214/chimera-linux-x86_64-LIVE-20250214-gnome.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }