From 9ad1e15dcc418c7c203de8ced4e4d0fcfe30cbea Mon Sep 17 00:00:00 2001 From: donny Date: Mon, 1 Nov 2021 06:17:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'rust-install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rust-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-install.sh b/rust-install.sh index b584b19..89c47de 100644 --- a/rust-install.sh +++ b/rust-install.sh @@ -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