# Template file for 'linuxhub-prime' OSNAME="LinuxHub Prime" PRETTY="LinuxHub Prime" BASEDOF="" HOMEPAGE="https://linuxhub.link/" DESCRIPTION="Create a custom respin of your own." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://sourceforge.net/projects/linuxhub-prime/files/Linuxhub_Prime_v3.0.4-2025.02.12-x86_64.iso/download" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }