Created
June 16, 2023 04:44
-
-
Save suresh-sendinblue/691bbe10a8a9ec4e3fc5db129bbddd68 to your computer and use it in GitHub Desktop.
Revisions
-
suresh-sendinblue created this gist
Jun 16, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #!/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