Skip to content

Instantly share code, notes, and snippets.

@suresh-sendinblue
Created June 16, 2023 04:44
Show Gist options
  • Save suresh-sendinblue/691bbe10a8a9ec4e3fc5db129bbddd68 to your computer and use it in GitHub Desktop.
Save suresh-sendinblue/691bbe10a8a9ec4e3fc5db129bbddd68 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -L https://github.com/derailed/k9s/releases/download/v0.21.4/k9s_Linux_x86_64.tar.gz -o k9s
tar -xf k9s
chmod +x k9s
mv ./k9s /usr/local/bin/k9s
k9s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment