Skip to content
Snippets Groups Projects
Commit 6753c08f authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

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

parents 00b73d4e 4c511c1a
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment