Eric Guo's blog.cloud-mes.com

Hoping writing JS, Ruby & Rails and Go article, but fallback to DevOps note

Install or Update Chromium in MacOS via Brew

Permalink

The Chromium is not signed, so need using xattr to allow it.

Remove the macOS quarantine attribute from Chromium
brew install --cask chromium
brew upgrade --cask chromium
xattr -dr com.apple.quarantine /Applications/Chromium.app/

macOS

Comments