更新 'rust-install.sh'
parent
ca8a41d7ab
commit
9ad1e15dcc
|
|
@ -4,7 +4,7 @@ set -e
|
||||||
echo "Init Rust..."
|
echo "Init Rust..."
|
||||||
|
|
||||||
echo export RUSTUP_DIST_SERVER=https://mirrors.ustc.edu.cn/rust-static>>/etc/profile
|
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
|
echo export CARGO_HTTP_MULTIPLEXING=false>>/etc/profile
|
||||||
|
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue