Skip to content

Instantly share code, notes, and snippets.

@ams0
Created November 30, 2020 09:10
Show Gist options
  • Save ams0/f8a6ece11f19d4864aa5e79541f87906 to your computer and use it in GitHub Desktop.
Save ams0/f8a6ece11f19d4864aa5e79541f87906 to your computer and use it in GitHub Desktop.
(
set -x; cd "$(mktemp -d)" &&
curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/latest/download/krew.tar.gz" &&
tar zxvf krew.tar.gz &&
KREW=./krew-"$(uname | tr '[:upper:]' '[:lower:]')_$(uname -m | sed -e 's/x86_64/amd64/' -e 's/arm.*$/arm/')" &&
"$KREW" install krew
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment