1
0
hugo/content/blog/2017-05-08-mac.md

17 lines
391 B
Markdown
Raw Normal View History

2024-04-23 13:21:26 +00:00
+++
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
```