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