diff --git a/conf/05-system-external-commands.conf b/conf/05-system-external-commands.conf index 9cc5113..416aba6 100644 --- a/conf/05-system-external-commands.conf +++ b/conf/05-system-external-commands.conf @@ -23,7 +23,7 @@ proxy_user="" # smart: rpm_download_and_install="sudo smart install --yes" # yum : rpm_download_and_install="sudo yum install -y --nogpgcheck" # dnf : rpm_download_and_install="sudo dnf install -y" -rpm_download_and_install="sudo dnf install -y" +rpm_download_and_install="sudo dnf install --skip-broken -y" rpm_install="sudo rpm -hUv" rpm_install_force="sudo rpm -hUv --force --nodeps"