# Template file for 'twister-os' OSNAME="Twister OS" PRETTY="Twister OS" BASEDOF="" HOMEPAGE="https://twisteros.com/" DESCRIPTION="A true desktop computing experience for SBCs." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://archive.org/download/twister-osv-2-1-2.img/TwisterOSv2-1-2.img.xz" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }