devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
367 stars 44 forks source link

ctop 0.7.7 installation fails #196

Closed riccardopedrielli closed 2 years ago

riccardopedrielli commented 2 years ago

The installation of https://github.com/bcicen/ctop fails for version 0.7.7.

That is because they changed the release name format, adding the v.

Old: https://github.com/bcicen/ctop/releases/download/0.7.6/ctop-0.7.6-linux-amd64 New: https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-linux-amd64

leucos commented 2 years ago

thanks a lot for spotting this @riccardopedrielli this is fixed (binenv update and you should be okay).