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