Skip to content

Commit

Permalink
sh.rustup.rs changed parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpclark committed Dec 7, 2018
1 parent f63263e commit 48b8e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
if [ "$Rust_answer" == "y" ];
then
# User agreed, proceed with installation
curl https://sh.rustup.rs -sSf | sh -s -- --channel=nightly
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
else
# User refused, abort installation
exit 1
Expand Down

0 comments on commit 48b8e9e

Please sign in to comment.