# Template file for 'gxde-os' OSNAME="GXDE OS" PRETTY="GXDE OS" BASEDOF="" HOMEPAGE="https://www.gxde.top/en/" DESCRIPTION="Gorgeous eXtended Deepin Environment." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://sourceforge.net/projects/gxde-os/files/latest/download" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }