diff --git a/hack/install-edge.sh b/hack/install-edge.sh index 27c8c15..5475f9b 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