3 lines
88 B
Bash
Executable file
3 lines
88 B
Bash
Executable file
#! /usr/bin/sh
|
|
|
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|