Merge "install_prereq: Support package manager DNF and yum option strict=1."

This commit is contained in:
Jenkins2
2018-01-24 07:48:58 -06:00
committed by Gerrit Code Review

View File

@@ -125,7 +125,7 @@ handle_debian() {
handle_rh() {
extra_packs=`check_installed_rpms $PACKAGES_RH`
if [ x"$extra_packs" != "x" ] ; then
$testcmd yum install -y $extra_packs
$testcmd yum install --skip-broken --assumeyes $extra_packs
fi
}