# Template file for 'blackarch-linux' OSNAME="BlackArch Linux" PRETTY="BlackArch Linux" BASEDOF="" HOMEPAGE="https://blackarch.org/" DESCRIPTION="A distro designed for pentesting and security." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://ftp.halifax.rwth-aachen.de/blackarch/iso/blackarch-linux-slim-2023.05.01-x86_64.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }