Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 618 Bytes

File metadata and controls

19 lines (12 loc) · 618 Bytes

pkg

This stanza must always be accompanied by uninstall

The first argument to the pkg stanza should be a relative path to the .pkg file to be installed. For example:

pkg 'Unity.pkg'

Subsequent arguments to pkg are key/value pairs which modify the install process. Currently supported keys are:

  • allow_untrusted: — pass -allowUntrusted to /usr/sbin/installer

Example (from alinof-timer.rb):

pkg 'AlinofTimer.pkg', allow_untrusted: true