don't ask questions when installing Rust
This commit is contained in:
parent
080476fb34
commit
d39e45d5c6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ cp -rv "$DIR/fonts" ~/.fonts
|
||||||
fc-cache
|
fc-cache
|
||||||
|
|
||||||
#rust
|
#rust
|
||||||
curl -sSf https://static.rust-lang.org/rustup.sh | sh
|
curl -sSf https://static.rust-lang.org/rustup.sh | bash -s -- -y
|
||||||
cd "$DIR/.vim/bundle/racer/"
|
cd "$DIR/.vim/bundle/racer/"
|
||||||
cargo build
|
cargo build
|
||||||
cd "$HOME/dev/"
|
cd "$HOME/dev/"
|
||||||
|
|
Loading…
Reference in a new issue