From 984364c2fed94267cf387271bf42c418fa1ff1c0 Mon Sep 17 00:00:00 2001 From: ineo6 Date: Mon, 4 Nov 2019 14:53:31 +0800 Subject: [PATCH] use mirrors.ustc.edu.cn --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 44b15db..8023098 100755 --- a/install +++ b/install @@ -5,7 +5,7 @@ HOMEBREW_PREFIX = "/usr/local".freeze HOMEBREW_REPOSITORY = "/usr/local/Homebrew".freeze HOMEBREW_CACHE = "#{ENV["HOME"]}/Library/Caches/Homebrew".freeze -BREW_REPO = "https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git".freeze +BREW_REPO = "https://mirrors.ustc.edu.cn/brew.git".freeze # TODO: bump version when new macOS is released MACOS_LATEST_SUPPORTED = "10.15".freeze