mirror of
https://github.com/notohh/rustlings.git
synced 2024-10-31 01:09:11 -04:00
5 lines
95 B
Bash
5 lines
95 B
Bash
|
#!/bin/bash
|
||
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||
|
rustup install stable
|
||
|
bash install.sh
|