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

certified/13.21
Jenkins2 8 years ago committed by Gerrit Code Review
commit 24def35abc

@ -124,7 +124,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
}

Loading…
Cancel
Save