diff --git a/hack/install-edge.sh b/hack/install-edge.sh index 059354f..70deeb0 100644 --- a/hack/install-edge.sh +++ b/hack/install-edge.sh @@ -27,7 +27,7 @@ install_required_packages() { apt-get install -y curl runc bridge-utils iptables elif $(has_yum); then yum check-update -y - yum install -y curl runc iptables-services + yum install -y curl runc iptables-services which elif $(has_pacman); then pacman -Syy pacman -Sy curl runc bridge-utils