We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94f365 commit 4972bedCopy full SHA for 4972bed
.devcontainer/setup.sh
@@ -1,4 +1,7 @@
1
#!/bin/bash
2
curl https://sh.rustup.rs -sSf | sh -s -- -y
3
+
4
+# Update current shell environment variables after install to find rustup
5
+. "$HOME/.cargo/env"
6
rustup install stable
7
bash install.sh
0 commit comments