Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install curl command does not work with 1.23.0 #1843

Closed
DennisJensen95 opened this issue Jan 13, 2024 · 1 comment · Fixed by #1844
Closed

Install curl command does not work with 1.23.0 #1843

DennisJensen95 opened this issue Jan 13, 2024 · 1 comment · Fixed by #1844

Comments

@DennisJensen95
Copy link

DennisJensen95 commented Jan 13, 2024

When trying to execute:

curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /tmp

MacOS:

You get error 71 on shell and:

install: Repository:  https://github.com/casey/just
install: Crate:       just
install: Tag:         1.23.0
install: Target:      aarch64-apple-darwin
install: Destination: /tmp
install: Archive:     https://github.com/casey/just/releases/download/1.23.0/just-1.23.0-aarch64-apple-darwin.tar.gz
install: /var/folders/d5/kv6rb4ss4gv790_8fzz_0xym0000gn/T/tmp.audBYALrxL/completions: Inappropriate file type or format

Ubuntu 22.04 docker you get error 1 on shell:

install: Repository:  https://github.com/casey/just
install: Crate:       just
install: Tag:         1.23.0
install: Target:      aarch64-unknown-linux-musl
install: Destination: /tmp
install: Archive:     https://github.com/casey/just/releases/download/1.23.0/just-1.23.0-aarch64-unknown-linux-musl.tar.gz
install: omitting directory '/tmp/tmp.n31TUvjsK5/completions'

It works if you make it --tag 1.22.1.

@casey casey linked a pull request Jan 13, 2024 that will close this issue
@casey
Copy link
Owner

casey commented Jan 13, 2024

Thanks for reporting this! It should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants