Install homebrew on domestic MAC computers

Automatic script (all domestic addresses) (copy and paste the script below in the Mac os terminal)
(If you have already installed brew, please back it up by yourself and then run the following installation script!!!)

Installation script:

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

Uninstall script:

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"

Guess you like

Origin blog.csdn.net/xiaoxiannv666/article/details/112802776