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

pass rustup-setup.sh arguments to rustup-setup #325

Merged
merged 1 commit into from Apr 16, 2016
Merged

pass rustup-setup.sh arguments to rustup-setup #325

merged 1 commit into from Apr 16, 2016

Conversation

japaric
Copy link
Member

@japaric japaric commented Apr 15, 2016

this would let us call

curl https://sh.rustup.rs -sSf | sh -s -- -y

to install rustup without prompting.

closes #297


Test it with

curl https://raw.githubusercontent.com/japaric/multirust-rs/pass-args/rustup-setup.sh -sSf | sh -s -- -y

r? @brson
cc @TyOverby

this would let us call

```
curl https://sh.rustup.rs -sSf | sh -s -- -y
```

to install rustup without prompting.

closes #297
@brson brson merged commit 72ad84c into rust-lang:master Apr 16, 2016
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.

Add option for automatic installation.
2 participants