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:
parent
6d8566067b
commit
1d53d2994f
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user