mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
somewhere along the way we lost hdiutil accepting dmg agreements
should take care of #1105 also refs #720
This commit is contained in:
parent
5dcdab284e
commit
bebcb22ab1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue