# Template file for 'solydxk' OSNAME="SolydXK" PRETTY="SolydXK" BASEDOF="" HOMEPAGE="https://solydxk.com/" DESCRIPTION="A Dutch Linux distro based on Debian." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://solydxk.com/dl.php?s=solydx" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }