# Template file for 'tileos' OSNAME="TileOS" PRETTY="TileOS" BASEDOF="" HOMEPAGE="https://tile-os.com/" DESCRIPTION="Debian-based distro with tiling wms." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://downloads.tile-os.com/stable/sway/tileos-sway-1.2.1-desktop-amd64.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }