# Template file for 'sigma-linux' OSNAME="Sigma Linux" PRETTY="Sigma Linux" BASEDOF="" HOMEPAGE="https://github.com/rdbo/sigma-linux" DESCRIPTION="Elite operating system." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://github.com/rdbo/sigma-linux/releases/download/4.0/sigma-linux.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }