Skip to content

Disable curlrc invocation for installation - #603

Closed
richardchesse wants to merge 1 commit into
cashapp:masterfrom
richardchesse:richardchesse
Closed

Disable curlrc invocation for installation#603
richardchesse wants to merge 1 commit into
cashapp:masterfrom
richardchesse:richardchesse

Conversation

@richardchesse

Copy link
Copy Markdown

The installer runs curl | bash which is generally frowned upon for several reasons. One is that it takes the responses directly from curl to bash.
This fails if the user has any HTTP diagnostic output in their curlrc, as the output is interpreted by the gzip command. This PR disables curlrc
from being sourced, working around the issue. It's not as elegant as downloading the installer, then invoking bash, but it works.

@alecthomas

Copy link
Copy Markdown
Collaborator

Disabling curlrc for every consumer seems like a pretty heavy hammer to work around using -w.

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 this pull request may close these issues.

2 participants