Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Non-interactive install #83

Closed
alexbowers opened this issue Feb 22, 2017 · 1 comment
Closed

Non-interactive install #83

alexbowers opened this issue Feb 22, 2017 · 1 comment

Comments

@alexbowers
Copy link

I am trying to provision a Vagrant machine, but have ran into problems with the provision of Rustup, partially caused (I think), because it isn't non-interactive.

I have tried curl ... | sh -- -y, however that doesn't work either. What would be preferable would be a generated script that assumes non-interactive.

For example rustup-noninter.sh.

@hlzhang
Copy link

hlzhang commented Apr 27, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants