casey / intermodal

A command-line utility for BitTorrent torrent file creation, verification, and more
https://imdl.io
Creative Commons Zero v1.0 Universal
487 stars 25 forks source link

Installing error #508

Closed maks00x closed 1 year ago

maks00x commented 1 year ago

gzip and tar raise error when installing:

$ curl --proto '=https' --tlsv1.2 -sSf https://imdl.io/install.sh | bash -s -- --to ~/.local/bin
install: Repository:  https://github.com/casey/intermodal
install: Crate:       imdl
install: Tag:         
install: Target:      x86_64-unknown-linux-musl
install: Destination: /home/user/.local/bin
install: Archive:     https://github.com/casey/intermodal/releases/download//imdl--x86_64-unknown-linux-musl.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

The return code is 2.

I use Linux Mint 20.4 Cinnamon x64.

casey commented 1 year ago

Thanks for reporting this! I just opened #509 which should fix the issue. Once it merges, deployment to GitHub pages should happen shortly, which will update https://imdl.io/install.sh.