# Template file for 'porteux' OSNAME="PorteuX" PRETTY="PorteuX" BASEDOF="" HOMEPAGE="https://github.com/porteux/porteux/" DESCRIPTION="A Linux distro based on Slackware." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://github.com/porteux/porteux/releases/download/v1.9/porteux-v1.9-current-cinnamon-6.4.6-x86_64.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }