no markdown list, fix shell sourcing

This commit is contained in:
Matthew Ryan Dillon 2023-09-04 12:25:44 -04:00
parent 2892dc35cd
commit 3a90d4d62d
2 changed files with 10 additions and 13 deletions

View file

@ -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