# Template file for 'tsurugi-linux' OSNAME="Tsurugi Linux" PRETTY="Tsurugi Linux" BASEDOF="" HOMEPAGE="https://tsurugi-linux.org/" DESCRIPTION="A DFIR open source project that is totally free." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://archive.org/download/tsurugi_linux__2024.1/tsurugi_linux_2024.1.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }