-
-
Save alternatex/c927568209b37f9840d23ad98bb021cd to your computer and use it in GitHub Desktop.
set-up K9S on #WSL2
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
cd ~ | |
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
curl -s -L https://github.com/derailed/k9s/releases/download/v0.25.18/k9s_Linux_x86_64.tar.gz -o k9s && tar -xvf k9s && chmod 755 k9s && rm LICENSE README.md && sudo mv k9s /usr/local/bin