hexo/source/_posts/2022-07-29-macOS-homebrew.md

21 lines
450 B
Markdown

---
title: macOS一键安装homebrew国内镜像
tags:
- macos
- homebrew
published: true
hideInList: false
isTop: false
abbrlink: d701f25
categories: 分享
date: 2022-07-29 15:33:00
feature:
---
官方给出的一键安装由于墙的原因可能无法安装成功。
所以找到了一个国内镜像的一键安装脚本
```bash
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
```