File size: 110 Bytes
538c34a
 
 
 
3e808f8
1
2
3
4
5
6
#!/bin/bash

# Install Rust
curl https://sh.rustup.rs -sSf | sh -s -- -y
export PATH="$HOME/.cargo/bin:$PATH"