# Template file for 'lastoslinux' OSNAME="LastOSLinux" PRETTY="LastOSLinux" BASEDOF="" HOMEPAGE="https://www.lastos.org/lastoslinux/" DESCRIPTION="Linux for Windows users." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://sourceforge.net/projects/lastoslinux/files/ISOs/LastOSLinux_amd64_2025-01-18_RC4-B2.iso/download" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }