# Template file for 'openkylin' OSNAME="openKylin" PRETTY="openKylin" BASEDOF="" HOMEPAGE="https://www.openkylin.top/index-en.html" DESCRIPTION="A Linux operating system based on Ubuntu." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://www.openkylin.top/downloads/download-smp.php?id=80" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }