#!/bin/bash

set -e
set -u

if [ "${NGCP_SHOW_HINT:-true}" == "true" ]; then
  echo "=============================================="
  echo "= Apt metadata downloaded from Approx cache"
  echo "= to update cache: ngcp-approx-cache -a"
  echo "=============================================="
fi
