Skip to content
Snippets Groups Projects
install_rustup.sh 90 B
Newer Older
Éloïs's avatar
Éloïs committed
#!/bin/bash

# Install Rust & Cargo
curl -sSf https://static.rust-lang.org/rustup.sh | sh