mirror of https://github.com/zulip/zulip.git
setup-yum-repo: Add -y flag to `yum update`.
This commit is contained in:
parent
a0da4f6d30
commit
888388cf89
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue