Install Rust (Linux)

PHOTO EMBED

Wed Feb 02 2022 22:16:16 GMT+0000 (Coordinated Universal Time)

Saved by @jimbrig #installation #linux #bash #wsl

#!/bin/bash

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

source $HOME/.cargo/env
content_copyCOPY

https://github.com/jimbrig/dotfiles-wsl/blob/main/scripts/dev/scripts/install-rust.sh