更新 'rust-install.sh'

master
donny 2021-11-01 06:17:31 +00:00
parent ca8a41d7ab
commit 9ad1e15dcc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
echo "Init Rust..."
echo export RUSTUP_DIST_SERVER=https://mirrors.ustc.edu.cn/rust-static>>/etc/profile
echo export export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup>>/etc/profile
echo export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup>>/etc/profile
echo export CARGO_HTTP_MULTIPLEXING=false>>/etc/profile
source /etc/profile