From 8660b0e31e8b11d76b4e0270b8fe641fe5e21c8d Mon Sep 17 00:00:00 2001 From: mpoletaev <47868022+mpoletaev@users.noreply.github.com> Date: Wed, 3 Aug 2022 13:08:13 -0400 Subject: [PATCH] Update installtools.md Updated command to install eksctl --- content/prerequisites/installtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/prerequisites/installtools.md b/content/prerequisites/installtools.md index a96baea..1a89ef7 100644 --- a/content/prerequisites/installtools.md +++ b/content/prerequisites/installtools.md @@ -29,7 +29,7 @@ sudo chmod +x /usr/local/bin/kubectl echo 'source <(kubectl completion bash)' >>~/.bashrc source ~/.bashrc -curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/latest_release/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp +curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp sudo mv -v /tmp/eksctl /usr/local/bin if ! [ -x "$(command -v jq)" ] || ! [ -x "$(command -v envsubst)" ] || ! [ -x "$(command -v kubectl)" ] || ! [ -x "$(command -v eksctl)" ] || ! [ -x "$(command -v ssm-cli)" ]; then