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

Can't download with script #50

Closed
g4s8 opened this issue Jul 30, 2019 · 3 comments
Closed

Can't download with script #50

g4s8 opened this issue Jul 30, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@g4s8
Copy link
Contributor

g4s8 commented Jul 30, 2019

When I'm trying to download with download script I'm getting checksum error:

> curl https://raw.githubusercontent.com/llorllale/go-gitlint/master/download-gitlint.sh > download-gitlint.sh
> chmod +x download-gitlint.sh
> ./download-gitlint.sh
llorllale/go-gitlint info checking GitHub for latest tag
llorllale/go-gitlint info found version: 1.0.0 for 1.0.0/Linux/x86_64
llorllale/go-gitlint err hash_sha256_verify unable to find checksum for '/tmp/tmp.h7Ee8qtCrC/go-gitlint_1.0.0_Linux_x86_64.tar.gz' in '/tmp/tmp.h7Ee8qtCrC/go-gitlint_1.0.0_checksums.txt'
@llorllale llorllale added the bug Something isn't working label Aug 18, 2019
@llorllale
Copy link
Owner

@g4s8 I believe it's fixed in #51

Can you try again using the new one?

@g4s8
Copy link
Contributor Author

g4s8 commented Aug 19, 2019

@llorllale thanks, it's working now. BTW you can simplify download steps from:

curl https://raw.githubusercontent.com/llorllale/go-gitlint/master/download-gitlint.sh > download-gitlint.sh
chmod +x download-gitlint.sh
./download-gitlint.sh

to:

curl https://raw.githubusercontent.com/llorllale/go-gitlint/master/download-gitlint.sh | sh

@g4s8 g4s8 closed this as completed Aug 19, 2019
@llorllale
Copy link
Owner

@g4s8 some of the script's parameters don't work correctly when piped to sh like that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants