#!/bin/bash

## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

set -x
set -o errexit
set -o nounset
set -o pipefail
set -o errtrace
shopt -s inherit_errexit

true "$0: INFO: Currently running script: ${BASH_SOURCE[0]} $*"

dm-upload-images --flavor dist-installer-cli

true "$0: INFO: OK."
