# Template file for 'neptune' OSNAME="Neptune" PRETTY="Neptune" BASEDOF="" HOMEPAGE="https://neptuneos.com/" DESCRIPTION="A Debian-based distro focused on multimedia." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://download.neptuneos.com/download/Neptune8-20240328.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }