We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763520a commit 13f03f3Copy full SHA for 13f03f3
hack/install-edge.sh
@@ -36,7 +36,7 @@ install_required_packages() {
36
# other distros. Hence, adding only to this block.
37
# reference: https://github.com/openfaas/faasd/pull/237
38
apt-get update -yq && \
39
- apt-get install -yq ---no-install-recommends \
+ apt-get install -yq --no-install-recommends \
40
curl \
41
runc \
42
bridge-utils \
0 commit comments