Skip to content

Recipe Usage

Allen Hancock edited this page Apr 15, 2016 · 1 revision

How to implement

https://github.com/autopkg/autopkg/wiki/Recipe-Overrides

After installing the recipe, use: autopkg make-override MonitoringClient.download

This will make a file at ~/Library/AutoPkg/RecipeOverrides/MonitoringClient.download.recipe

Inside it will be a copy of the recipe.

Then just change this part:

<key>SUBDOMAIN</key>
<string>your_sub_domain</string>

Enter your actual subdomain.

Alternatively, AutoPkgr has a GUI method for overriding:
https://github.com/lindegroup/autopkgr#creatingediting-recipe-overrides

Clone this wiki locally