# Template file for 'ttos-linux' OSNAME="TTOS Linux" PRETTY="TTOS Linux" BASEDOF="" HOMEPAGE="https://www.ttoslinux.org/" DESCRIPTION="A desktop linux operating system based on Debian." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://sourceforge.net/projects/ttos-linux/files/latest/download" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }