# Template file for 'netrunner' OSNAME="Netrunner" PRETTY="Netrunner" BASEDOF="" HOMEPAGE="https://www.netrunner.com/" DESCRIPTION="A polished Debian-based distro." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://pub.netrunner.com/netrunner-25-64-bit.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }