# Template file for 'heliumos' OSNAME="HeliumOS" PRETTY="HeliumOS" BASEDOF="" HOMEPAGE="https://www.heliumos.org/" DESCRIPTION="An atomic desktop os for your devices." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://dl-heliumos.b-cdn.net/heliumos/releases/test/10_Alpha/HeliumOS-10-alpha_rev2-x86_64-boot.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }