dev: source cargo env files to find rustup

Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
pull/1399/head
Emmanuel Roullit 2 years ago
parent f94f365e14
commit 4972bede48

@ -1,4 +1,7 @@
#!/bin/bash
curl https://sh.rustup.rs -sSf | sh -s -- -y
# Update current shell environment variables after install to find rustup
. "$HOME/.cargo/env"
rustup install stable
bash install.sh

Loading…
Cancel
Save