f94f365e14
Theses settings files are the base needed to declare and bootstrap development environment on codespaces Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
|
rustup install stable
|
|
bash install.sh
|