Created
March 2, 2025 10:29
-
-
Save ImmanuelVonNeumann/75a254b4d49c0daeba987ac96d891974 to your computer and use it in GitHub Desktop.
Update K9S to latest via apt
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
| # Tested on Ubuntu 24.04 | |
| wget -qO k9s_linux_amd64.deb https://github.com/derailed/k9s/releases/latest/download/k9s_linux_amd64.deb && \ | |
| sudo apt install ./k9s_linux_amd64.deb && \ | |
| rm k9s_linux_amd64.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment