fundoc icon indicating copy to clipboard operation
fundoc copied to clipboard

Installation via curl fails due to "Unrecognized archive format"

Open nekitk opened this issue 4 years ago • 0 comments

Tried to install fundoc via recommended command:

curl -LSfs https://japaric.github.io/trust/install.sh | \
    sh -s -- --git daynin/fundoc

But it failed with this result:

install.sh: GitHub repository: https://github.com/daynin/fundoc
install.sh: Crate: fundoc
install.sh: Tag: latest (latest)
install.sh: Target: aarch64-apple-darwin
install.sh: Installing to: /Users/nekitk/.cargo/bin
tar: Error opening archive: Unrecognized archive format

Successfully installed fundoc with cargo.

System:

  • macOS 11.2.3 (20D91), M1
  • rustc 1.51.0 (2fd73fabe 2021-03-23)
  • cargo 1.51.0 (43b129a20 2021-03-16)

nekitk avatar Apr 07 '21 12:04 nekitk