From bebcb22ab161fe329d55f1206bd33ff1edcff76f Mon Sep 17 00:00:00 2001 From: phinze Date: Wed, 2 Oct 2013 09:38:53 -0500 Subject: [PATCH] somewhere along the way we lost hdiutil accepting dmg agreements should take care of #1105 also refs #720 --- lib/cask/container/dmg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cask/container/dmg.rb b/lib/cask/container/dmg.rb index 92f108470..cf8db0874 100644 --- a/lib/cask/container/dmg.rb +++ b/lib/cask/container/dmg.rb @@ -24,7 +24,7 @@ class Cask::Container::Dmg < Cask::Container::Base 'mount', '-plist', '-nobrowse', '-readonly', '-noidme', '-mountrandom', '/tmp', @path - ], :plist => true) + ], :plist => true, :input => 'y') @mounts = mounts_from_plist(plist) end