自動(dòng)腳本(全部國(guó)內(nèi)地址)(在終端中復(fù)制粘貼回車下面腳本)
蘋果電腦 常規(guī)安裝腳本(推薦 完全體 幾分鐘安裝完成):
```
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
```
蘋果電腦 極速安裝腳本(精簡(jiǎn)版 幾秒鐘安裝完成):
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" speed
蘋果電腦 卸載腳本:
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"
常見錯(cuò)誤去下方地址查看
https://gitee.com/cunkai/HomebrewCN/blob/master/error.md
Linux電腦?安裝腳本:
rm Homebrew.sh ; wget https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh ; bash Homebrew.sh
Linux電腦?卸載腳本:
rm HomebrewUninstall.sh ; wget https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh ; bash HomebrewUninstall.sh