Created
January 12, 2021 11:27
-
-
Save anderson-marques/5808d3e5875edbf44779b28c8915c192 to your computer and use it in GitHub Desktop.
Shell to download EKSCTL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp | |
sudo mv /tmp/eksctl /usr/bin | |
eksctl version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment