Man, half of the cool tools want me to do this
curl cool-company.io | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
At least it does not require sudo (unless that's buried in the script.)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
At least it does not require sudo (unless that's buried in the script.)