Transitive dependency installation with no-quarantine flag #2328
-
I have an app that needs to be installed with:
The formula has a
Is there any way to permit the cask "secondary-app" do
name "Secondary App"
homepage "https://github.com/user/secondard-app/"
app "Secondary App.app"
depends_on cask: "primary-app", args: { no_quarantine: true }
version "1.2.3"
url "https://github.com/user/secondary-app/releases/download/#{version}/SecondaryApp.zip"
sha256 "9f833e270826ac40b9d40416d202238767b9bbf9d598c1aa2558af318b4cb9f1"
end |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Definitely not in the cask file since the command is a modification on the install procedure. Setting it in |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response. I'm fairly new to the system, but my understand is that |
Beta Was this translation helpful? Give feedback.
Definitely not in the cask file since the command is a modification on the install procedure.
Setting it in
HOMEBREW_CASK_OPTS
will achieve this result though