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

10 lines
162 B
Bash
Executable File

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