mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-10 08:56:47 +00:00
Ensure which is available for ym
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
032716e3e9
commit
bfc87ff432
@ -27,7 +27,7 @@ install_required_packages() {
|
|||||||
apt-get install -y curl runc bridge-utils iptables
|
apt-get install -y curl runc bridge-utils iptables
|
||||||
elif $(has_yum); then
|
elif $(has_yum); then
|
||||||
yum check-update -y
|
yum check-update -y
|
||||||
yum install -y curl runc iptables-services
|
yum install -y curl runc iptables-services which
|
||||||
elif $(has_pacman); then
|
elif $(has_pacman); then
|
||||||
pacman -Syy
|
pacman -Syy
|
||||||
pacman -Sy curl runc bridge-utils
|
pacman -Sy curl runc bridge-utils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user