4 lines
115 B
Text
4 lines
115 B
Text
|
#!/bin/sh
|
||
|
# https://www.rust-lang.org/tools/install
|
||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|