AnastasiaSulyagina e81f4ab7de init
2016-08-19 14:50:14 +03:00

618 B

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