# Template file for 'deblinux' OSNAME="Deblinux" PRETTY="Deblinux" BASEDOF="" HOMEPAGE="https://www.andrealinux.it/deblinux/" DESCRIPTION="The ready-to-use distro." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://sourceforge.net/projects/deblinux/files/Deblinux%2064%20bit/Deblinux5.5-64bit.iso/download" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }