tweaking rust installation
This commit is contained in:
parent
651c566ae9
commit
2892dc35cd
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o /tmp/rustup.sh && \
|
||||
chmod u+x /tmp/rustup.sh && \
|
||||
/tmp/rustup.sh -y && \
|
||||
rustup update stable
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o /tmp/rustup.sh
|
||||
chmod u+x /tmp/rustup.sh
|
||||
/tmp/rustup.sh -y --no-modify-path
|
||||
source $HOME/.cargo/env
|
||||
rustup update stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue