# Template file for 'lingmo-os' OSNAME="Lingmo OS" PRETTY="Lingmo OS" BASEDOF="" HOMEPAGE="https://lingmo.org/en" DESCRIPTION="An operating system based on Linux." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://releases.lingmo.org.cn/releases/3.0rc" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }