no markdown list, fix shell sourcing
This commit is contained in:
parent
2892dc35cd
commit
3a90d4d62d
2 changed files with 10 additions and 13 deletions
|
@ -5,5 +5,5 @@ 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 --no-modify-path
|
||||
source $HOME/.cargo/env
|
||||
. $HOME/.cargo/env
|
||||
rustup update stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue