# Template file for 'runtu' OSNAME="Runtu" PRETTY="Runtu" BASEDOF="" HOMEPAGE="https://runtu.org/" DESCRIPTION="Fast and light Linux in russian." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://downloads.sourceforge.net/runtu/runtu-xfce-24.04-amd64_20250315.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }