Skip to content

Commit

Permalink
install-deps.sh: yum --assumeyes when installing packages
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Dec 8, 2017
1 parent 6b20170 commit 71873f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-deps.sh
Expand Up @@ -201,11 +201,11 @@ else
$SUDO yum-config-manager --enable cr
case $(uname -m) in
x86_64)
$SUDO yum install centos-release-scl
$SUDO yum -y install centos-release-scl
dts_ver=7
;;
aarch64)
$SUDO yum install centos-release-scl-rh
$SUDO yum -y install centos-release-scl-rh
dts_ver=6
;;
esac
Expand Down

0 comments on commit 71873f7

Please sign in to comment.