devops-works / binenv

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

ERR unable to install app with gzip error="archive/tar: invalid tar header" #109

Closed patsevanton closed 3 years ago

patsevanton commented 3 years ago

Hello! Thanks for binenv!

Try add fselect

  fselect:
    description: Find files with SQL-like queries
    list:
      type: github-releases
      url: https://api.github.com/repos/jhspetersson/fselect/releases
    fetch:
      url: https://github.com/jhspetersson/fselect/releases/download/{{ .Version }}/fselect-x86_64-linux-musl.gz
    install:
      type: tgz
      binaries:
        - fselect
patsevanton commented 3 years ago

How install fselect ?

leucos commented 3 years ago

can you try gzip for install.type ?

patsevanton commented 3 years ago

Fix in https://github.com/devops-works/binenv/pull/113