# Template file for 'opensuse-leap' OSNAME="openSUSE Leap" PRETTY="openSUSE Leap" BASEDOF="" HOMEPAGE="https://www.opensuse.org/" DESCRIPTION="Versatile Linux with robust community support." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://download.opensuse.org/distribution/leap/15.6/iso/openSUSE-Leap-15.6-NET-x86_64-Media.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }