Skip to content

Commit e98c949

Browse files
weltekialexellis
authored andcommitted
Add allowerasing flag to dnf install
Fixes issues with conflicting packages that may occur on some systems. Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 6f0ac37 commit e98c949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/install-edge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install_required_packages() {
3838
apt-get update -yq
3939
apt-get install -yq curl runc bridge-utils iptables iptables-persistent
4040
elif $(has_dnf); then
41-
dnf install -y curl runc iptables-services bridge-utils which
41+
dnf install -y --allowerasing curl runc iptables-services bridge-utils which
4242
elif $(has_pacman); then
4343
pacman -Syy
4444
pacman -Sy curl runc bridge-utils

0 commit comments

Comments
 (0)