# Template file for 'exherbo' OSNAME="exherbo" PRETTY="exherbo" BASEDOF="" HOMEPAGE="https://www.exherbolinux.org/" DESCRIPTION="A stable and flexible distribution for developers." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://stages.exherbolinux.org/x86_64-pc-linux-gnu/exherbo-x86_64-pc-linux-gnu-gcc-current.tar.xz" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }