# Template file for 'linuxconsole' OSNAME="LinuxConsole" PRETTY="LinuxConsole" BASEDOF="" HOMEPAGE="https://www.linuxconsole.org/" DESCRIPTION="A lightweight distro for children and kids." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://ftp.cc.uoc.gr/mirrors/linux/linuxconsole/linuxconsole.2024-x86_64.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }