#!/usr/bin/env bash
# fake SHA256SUMS: emit a line for the noble image (or a different file if NO_PUBLISHED=1)
if [ "${NO_PUBLISHED:-0}" = 1 ]; then echo "deadbeef *some-other-file.img"; else echo "${FAKE_EXP:-aaaa} *noble-server-cloudimg-amd64.img"; fi
