4 lines
85 B
Bash
4 lines
85 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|