自动脚本(全部国内地址)(在终端中复制粘贴回车下面脚本)
苹果电脑 常规安装脚本(推荐 完全体 几分钟安装完成):
/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
苹果电脑 卸载脚本:
/bin/zsh -c “$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)”
常见错误去下方地址查看
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
一键安装与卸载:苹果与Linux电脑Homebrew脚本指南
这篇博客提供了苹果Mac电脑和Linux系统的Homebrew安装与卸载快速脚本。苹果电脑有常规和极速两种安装选项,以及卸载脚本。Linux用户则可以使用对应的安装和卸载脚本来管理Homebrew。此外,还提供了一个错误解决方案链接以供参考。
1万+

被折叠的 条评论
为什么被折叠?



