# Template file for 'eweos' OSNAME="eweOS" PRETTY="eweOS" BASEDOF="" HOMEPAGE="https://os.ewe.moe/" DESCRIPTION="A musl-based, lightweight, general-purpose distro." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://os-repo-cloudflare.ewe.moe/eweos-images/eweos-x86_64-liveimage-desktop-xfce.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }