# Template file for 'mocaccinoos' OSNAME="MocaccinoOS" PRETTY="MocaccinoOS" BASEDOF="" HOMEPAGE="https://www.mocaccino.org/" DESCRIPTION="A minimal Linux meta-distribution." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://github.com/mocaccinoOS/mocaccino/releases/download/v1.8.1/MocaccinoOS-GNOME-0.20250213.iso.tar.xz" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }