# Template file for 'serpent-os' OSNAME="Serpent OS" PRETTY="Serpent OS" BASEDOF="" HOMEPAGE="https://serpentos.com/" DESCRIPTION="A modern, powerful, and open-source OS." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://download.serpentos.com/serpent-os-0.24.6-gnome.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }