# Template file for 'parrotos' OSNAME="ParrotOS" PRETTY="ParrotOS" BASEDOF="" HOMEPAGE="https://parrotsec.org/" DESCRIPTION="A distro focused on security and pentesting." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://deb.parrot.sh/parrot/iso/6.3.2/Parrot-security-6.3.2_amd64.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }