Auto remove quarantine flags for casks

This commit is contained in:
Laura Hausmann 2023-02-18 00:41:00 +01:00
parent b4890f42c4
commit b908e97075
Signed by untrusted user: zotan
GPG key ID: D044E84C5BE01605

View file

@ -12,6 +12,7 @@ set -e
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
export HOMEBREW_CASK_OPTS="--no-quarantine"
set +e
echo