Helm charts for supporting clustering in ODL
[integration/packaging.git] / packer / provision / update_centos.sh
1 #!/usr/bin/env bash
2
3 # Options:
4 #   -x: Echo commands
5 #   -e: Fail on errors
6 #   -o pipefail: Fail on errors in scripts this calls, give stacktrace
7 set -ex -o pipefail
8
9 sudo yum update -y