#!/bin/bash

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

set -x
true "INFO: Currently running script: $BASH_SOURCE $@"
set -o pipefail

dist_build_internal_run="true"

MYDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$MYDIR"

source ../../../help-steps/pre
source ../../../help-steps/variables

aptgetgpgvcreatetmp
apt-get $apt_get_gpgv_opts update
true "INFO: apt-get exit code: $?"
aptgetgpgvparsetmp
aptgetgpgvdeletetmp
