mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Merge "install_prereq: Support package manager DNF and yum option strict=1." into 13
This commit is contained in:
@@ -124,7 +124,7 @@ handle_debian() {
|
|||||||
handle_rh() {
|
handle_rh() {
|
||||||
extra_packs=`check_installed_rpms $PACKAGES_RH`
|
extra_packs=`check_installed_rpms $PACKAGES_RH`
|
||||||
if [ x"$extra_packs" != "x" ] ; then
|
if [ x"$extra_packs" != "x" ] ; then
|
||||||
$testcmd yum install -y $extra_packs
|
$testcmd yum install --skip-broken --assumeyes $extra_packs
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user