fix: Use the latest version when downloading the Ubuntu deb file (#3182)

mine
Adrien Fichet 2025-03-07 17:12:09 +01:00 committed by GitHub
parent 548536e40d
commit bac609a784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Binaries for Linux, Windows and Mac are available as tarballs in the [release pa
* On Ubuntu
```shell
wget https://github.com/derailed/k9s/releases/download/v0.32.7/k9s_linux_amd64.deb && apt install ./k9s_linux_amd64.deb && rm k9s_linux_amd64.deb
wget https://github.com/derailed/k9s/releases/latest/download/k9s_linux_amd64.deb && apt install ./k9s_linux_amd64.deb && rm k9s_linux_amd64.deb
```
* Via [Winget](https://github.com/microsoft/winget-cli) for Windows