Archived
1
0
This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
learning.rs/rustlings/.devcontainer/setup.sh
Gustavo "Guz" L. de Mello 233ff077d5 ruslings project
2024-02-27 14:26:01 -03:00

8 lines
191 B
Bash
Executable File

#!/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