I'm always getting the error message “Apple cannot check it for malicious software” when I run a software after installing using brew install
or brew cask install
, so my question is, is there a solution to make my Mac trust installations of Homebrew? I know I could use
xattr -d com.apple.quarantine <folder of app>
but it's kinda annoying doing it all the time....
Thanks in advance for the help!