# Template file for 'obarun' OSNAME="Obarun" PRETTY="Obarun" BASEDOF="" HOMEPAGE="https://web.obarun.org/" DESCRIPTION="An Arch-based distro focused on systemd-free init." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://web.obarun.org/latest/jwm/" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }