We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0defc22 commit 6f0ac37Copy full SHA for 6f0ac37
hack/install-edge.sh
@@ -38,7 +38,7 @@ install_required_packages() {
38
apt-get update -yq
39
apt-get install -yq curl runc bridge-utils iptables iptables-persistent
40
elif $(has_dnf); then
41
- dnf install -y curl runc iptables-services which
+ dnf install -y curl runc iptables-services bridge-utils which
42
elif $(has_pacman); then
43
pacman -Syy
44
pacman -Sy curl runc bridge-utils
0 commit comments