From 07fe5d946b9b0b1997740229929d58ea6714efea Mon Sep 17 00:00:00 2001 From: ineo6 Date: Mon, 4 Nov 2019 12:14:20 +0800 Subject: [PATCH] remove CORE_OFFICIAL_REMOTE --- install | 3 --- 1 file changed, 3 deletions(-) diff --git a/install b/install index 76f3be7..44b15db 100755 --- a/install +++ b/install @@ -7,9 +7,6 @@ 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 -# addition core repo setting -CORE_OFFICIAL_REMOTE = "https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git".freeze - # TODO: bump version when new macOS is released MACOS_LATEST_SUPPORTED = "10.15".freeze # TODO: bump version when new macOS is released