trove-integration/scripts/files/elements/fedora-guest/post-install.d/90-apt-get-update

10 lines
170 B
Bash
Executable File

#!/bin/bash
# CONTEXT: GUEST after packages installed
# PURPOSE: do apt-get update to save each instance having to do all the work
set -e
set -o xtrace
apt-get update