# Template file for 'ditana' OSNAME="Ditana" PRETTY="Ditana" BASEDOF="" HOMEPAGE="https://ditana.org/" DESCRIPTION="A highly configurable GNU/Linux with built-in AI." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://ditana.org/downloads/Ditana-0.9.0-Beta-x86_64.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }