From 26124a5875963645b3bd6b9ee19352585d0601e3 Mon Sep 17 00:00:00 2001 From: neo Date: Sat, 19 Jul 2025 22:09:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=BC=E5=AE=B9main=E5=88=86?= =?UTF-8?q?=E6=94=AF=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0f89d87..e64a4de 100755 --- a/install.sh +++ b/install.sh @@ -232,7 +232,7 @@ MKDIR=("/bin/mkdir" "-p") #changed #HOMEBREW_BREW_DEFAULT_GIT_REMOTE="https://github.com/Homebrew/brew" -HOMEBREW_BREW_DEFAULT_GIT_REMOTE="https://mirrors.ustc.edu.cn/brew.git" +HOMEBREW_BREW_DEFAULT_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git" #changed #HOMEBREW_CORE_DEFAULT_GIT_REMOTE="https://github.com/Homebrew/homebrew-core" HOMEBREW_CORE_DEFAULT_GIT_REMOTE="https://mirrors.ustc.edu.cn/homebrew-core.git"