Skip to content

Instantly share code, notes, and snippets.

@ImmanuelVonNeumann
Created March 2, 2025 10:29
Show Gist options
  • Select an option

  • Save ImmanuelVonNeumann/75a254b4d49c0daeba987ac96d891974 to your computer and use it in GitHub Desktop.

Select an option

Save ImmanuelVonNeumann/75a254b4d49c0daeba987ac96d891974 to your computer and use it in GitHub Desktop.
Update K9S to latest via apt
# 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