# Template file for 'besgnulinux' OSNAME="BesGnuLinux" PRETTY="BesGnuLinux" BASEDOF="" HOMEPAGE="https://besgnulinux.blogspot.com/" DESCRIPTION="A fast, lightweight, convenient and stable distro." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://sourceforge.net/projects/besgnulinux/files/latest/download" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }