From bb67985d1e9f61ab6cb1df4729a85da5c67f6bc9 Mon Sep 17 00:00:00 2001 From: neo Date: Mon, 14 Dec 2020 13:35:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=AD=E8=84=9A=E6=9C=AC=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- uninstall | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9484ee8..4eafc08 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Install Homebrew (on macOS or Linux) ```bash -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" +/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install.sh)" ``` More installation information and options: https://docs.brew.sh/Installation. @@ -13,7 +13,7 @@ If running Linux or WSL, [there are some pre-requisite packages to install](http ## Uninstall Homebrew ```bash -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)" +/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/uninstall.sh)" ``` Download the uninstall script and run `/bin/bash uninstall.sh --help` to view more uninstall options. diff --git a/uninstall b/uninstall index 809ff3e..5b1ecfe 100755 --- a/uninstall +++ b/uninstall @@ -3,8 +3,8 @@ STDERR.print <