Skip to content
Snippets Groups Projects
rust.sh 149 B
Newer Older
Nathan RODET's avatar
Nathan RODET committed
#!/bin/bash

#
# Install Rust
#

export HOME=/root
Nathan RODET's avatar
Nathan RODET committed
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"