# Template file for 'parabola' OSNAME="Parabola" PRETTY="Parabola" BASEDOF="" HOMEPAGE="https://www.parabola.nu/" DESCRIPTION="A fully free, simple, and lightweight os." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://redirector.parabola.nu/iso/x86_64-systemd-cli-2022.04/parabola-x86_64-systemd-cli-2022.04-netinstall.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }