#!/bin/bash # # Install Rust # curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y source "$HOME/.cargo/env"