- 直接升级失败, Error 12
- 找到官方解决方案
1
2
| ~/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/install.py --uninstall # Mac 10.9 上无此文件
sudo /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/install.py --uninstall
|
- 折腾半天还是不行, 最后从官网下载了最新版的 Chrome, 覆盖安装
- Update@2016.03.10: 使用 Homebrew Cask
1
2
3
| brew install caskroom/cask/brew-cask
brew cask search chrome
brew cask install google-chrome
|