Skip to content

Commit

Permalink
Ensure which is available for ym
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Sep 25, 2024
1 parent 032716e commit bfc87ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfc87ff

Please sign in to comment.