# Template file for 'shebang' OSNAME="Shebang" PRETTY="Shebang" BASEDOF="" HOMEPAGE="https://shebang-linux.github.io/" DESCRIPTION="An Artix GNU/Linux based distribution." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://github.com/shebang-linux/shebang/releases/download/latest/shebang-x86_64.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }