From bfc87ff4320888183beb0dfd04f8bdcd2a18e4f3 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Wed, 25 Sep 2024 09:48:48 +0100 Subject: [PATCH] Ensure which is available for ym Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- hack/install-edge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install-edge.sh b/hack/install-edge.sh index 059354f5..70deeb01 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