diff --git a/hack/install-edge.sh b/hack/install-edge.sh index 87fc5b3c..5475f9b3 100644 --- a/hack/install-edge.sh +++ b/hack/install-edge.sh @@ -38,7 +38,7 @@ install_required_packages() { apt-get update -yq apt-get install -yq curl runc bridge-utils iptables iptables-persistent elif $(has_dnf); then - dnf install -y curl runc iptables-services which + dnf install -y curl runc iptables-services bridge-utils which elif $(has_pacman); then pacman -Syy pacman -Sy curl runc bridge-utils @@ -65,7 +65,7 @@ echo "" if [ ! -x "$(command -v arkade)" ]; then # For Centos, RHEL, Fedora, Amazon Linux, and Oracle Linux, use BINLOCATION=/usr/bin/ - if $(has_yum); then + if $(has_dnf); then BINLOCATION=/usr/bin/ fi