# Template file for 'xebian' OSNAME="Xebian" PRETTY="Xebian" BASEDOF="" HOMEPAGE="https://xebian.org/" DESCRIPTION="A Debian based system that is much like Xubuntu." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://xebian.org/download/xebian-unstable-amd64.hybrid.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }