diff options
| author | Emmanuel Roullit <emmanuel.roullit@gmail.com> | 2022-12-01 14:30:03 +0100 |
|---|---|---|
| committer | Emmanuel Roullit <emmanuel.roullit@gmail.com> | 2022-12-01 14:30:03 +0100 |
| commit | 4972bede48001fb4ae6838a98c2bfce2399d7293 (patch) | |
| tree | be45c5beaf665415fcb45902f7b9778edb1b9616 | |
| parent | f94f365e146fa37b66e5c2e6b392d282f8c049f1 (diff) | |
dev: source cargo env files to find rustup
Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
| -rwxr-xr-x | .devcontainer/setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh index e50bde3..0e090a8 100755 --- a/.devcontainer/setup.sh +++ b/.devcontainer/setup.sh @@ -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 |
