setup-yum-repo: Add -y flag to `yum update`.

This commit is contained in:
rht 2018-12-16 21:33:54 +00:00 committed by Tim Abbott
parent a0da4f6d30
commit 888388cf89
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -x
set -e
yum install -y epel-release
yum update
yum update -y
# "Development Tools" is the equivalent of build-essential
yum groupinstall -y "Development Tools"