美文网首页
brew工具安装

brew工具安装

作者: 修罗地狱场 | 来源:发表于2021-09-28 23:16 被阅读0次

苹果电脑 常规安装脚本

命令执行 /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

相关文章

网友评论

      本文标题:brew工具安装

      本文链接:https://www.haomeiwen.com/subject/ztjdnltx.html