# Template file for 'cuerdos' OSNAME="CuerdOS" PRETTY="CuerdOS" BASEDOF="" HOMEPAGE="https://cuerdos.github.io/" DESCRIPTION="Distro focused on stability and performance." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://sourceforge.net/projects/cuerdos/files/stable/standard/CuerdOS-1.2.1-Standard_amd64.iso/download" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }