We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
curl-bash-install.sh
Follow-up to:
Right now we’re not testing that the downloaded archive is what we expect.
HTTP doesn’t validate it on its own.
In the recent GitHub outage, we got a broken archive from them (#139 (review)), so it can happen.
Then, the error was obvious, and it was impossible to unpack the archive, but it could be more subtle.
The text was updated successfully, but these errors were encountered:
michalrus
No branches or pull requests
Follow-up to:
Context
Right now we’re not testing that the downloaded archive is what we expect.
HTTP doesn’t validate it on its own.
In the recent GitHub outage, we got a broken archive from them (#139 (review)), so it can happen.
Then, the error was obvious, and it was impossible to unpack the archive, but it could be more subtle.
The text was updated successfully, but these errors were encountered: