1
0
hugo/content/blog/2017-05-08-mac.md
2024-04-23 22:21:26 +09:00

17 lines
391 B
Markdown

+++
date = "2017-05-08"
tags = ["mac"]
title = "sierra-homebrew"
slug = "mac"
+++
sierraにアップデートしたのでパッケージマネージャーもアップデートしないといけないぽいです。
```bash
$ zsh
$ cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update
$ sudo chown root:wheel /usr/local
$ brew update && brew upgrade
```