From 7364bcda6fc396a2142863cfa5914d6431eefc42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=B8=89=E6=80=9D?= <1195056983@qq.com> Date: Thu, 25 May 2023 10:27:05 +0800 Subject: [PATCH] =?UTF-8?q?Create=20gitee=E5=8A=A0=E9=80=9F.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitee加速.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gitee加速.md diff --git a/gitee加速.md b/gitee加速.md new file mode 100644 index 0000000..73bdb81 --- /dev/null +++ b/gitee加速.md @@ -0,0 +1,8 @@ +# 使用gitee加速下载 +``` +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +``` +替换为 +``` +sh -c "$(curl -fsSL https://gitee.com/yu_flute/ohmyzsh/raw/master/tools/install.sh)" +```