我正在使用puppet自动执行Mac安装。作为它的一部分,我需要安装几个.dmg格式的程序。
我使用以下内容来安装它们:
sudo /usr/bin/hdiutil mount -plist -nobrowse -readonly -quiet -mountrandom /tmp Program.dmg
问题是某些.dmg文件附带了许可证,因此脚本卡住了接受许可证。(与puppet一起运行时没有stdin / out,因此我无法手动批准它继续。)
有没有可以预先批准或强制批准许可证的方法?