Closed maks00x closed 1 year ago
gzip and tar raise error when installing:
gzip
tar
$ 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.
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.
https://imdl.io/install.sh
gzip
andtar
raise error when installing:The return code is 2.
I use Linux Mint 20.4 Cinnamon x64.