automate rustup
This commit is contained in:
parent
19007ed008
commit
cf8ffda90b
1 changed files with 1 additions and 1 deletions
2
dev.bash
2
dev.bash
|
@ -15,7 +15,7 @@ main() {
|
|||
shellcheck \
|
||||
pv
|
||||
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable
|
||||
|
||||
echo "All good"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue