Skip to content

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

Merged
brson merged 1 commit intorust-lang:masterfrom
japaric:pass-args
Apr 16, 2016
Merged

pass rustup-setup.sh arguments to rustup-setup#325
brson merged 1 commit intorust-lang:masterfrom
japaric:pass-args

Conversation

@japaric
Copy link
Copy Markdown

@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