# Template file for 'tribblix' OSNAME="Tribblix" PRETTY="Tribblix" BASEDOF="" HOMEPAGE="http://tribblix.org/" DESCRIPTION="An open source illumos based os." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://pkgs.tribblix.org/iso/tribblix-0m35.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }