苹果电脑 常规安装脚本(推荐 完全体 几分钟安装完成):
/bin/zsh -c"$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
苹果电脑 极速安装脚本(精简版 几秒钟安装完成):
/bin/zsh -c"$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"speed
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
参考:https://zhuanlan.zhihu.com/p/111014448
网友评论