conf/05-system-external-commands.conf: call dnf with --skip-broken to at least install available build requirements (fixes autoport)

This commit is contained in:
Silvan Calarco 2021-03-16 21:38:32 +01:00
parent 6d8566067b
commit 1d53d2994f

View File

@ -23,7 +23,7 @@ proxy_user=""
# smart: rpm_download_and_install="sudo smart install --yes" # smart: rpm_download_and_install="sudo smart install --yes"
# yum : rpm_download_and_install="sudo yum install -y --nogpgcheck" # yum : rpm_download_and_install="sudo yum install -y --nogpgcheck"
# dnf : rpm_download_and_install="sudo dnf install -y" # 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="sudo rpm -hUv"
rpm_install_force="sudo rpm -hUv --force --nodeps" rpm_install_force="sudo rpm -hUv --force --nodeps"