#!/usr/bin/env bash

echo 安装Rust...
curl https://sh.rustup.rs -sSf > rust-install.sh
sh rust-install.sh -y
rm rust-install.sh
