Spaces:
Sleeping
Sleeping
File size: 110 Bytes
538c34a |
1 2 3 4 5 6 |
#!/bin/bash
# Install Rust
curl https://sh.rustup.rs -sSf | sh -s -- -y
export PATH="/root/.cargo/bin:$PATH"
|