# Template file for 'athena-os' OSNAME="Athena OS" PRETTY="Athena OS" BASEDOF="" HOMEPAGE="https://athenaos.org/" DESCRIPTION="Cybersecurity-focused, secure, and modern OS." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://github.com/Athena-OS/athena/releases/download/v23.11/athena-rolling-x86_64.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }