Skip to content

Instantly share code, notes, and snippets.

@timsutton
Created February 14, 2013 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timsutton/4954423 to your computer and use it in GitHub Desktop.
Save timsutton/4954423 to your computer and use it in GitHub Desktop.
Oracle 7 manifest condition
<dict>
<key>condition</key>
<string>(os_vers_minor &gt;= 7 AND os_vers_patch &gt;= 3) OR (os_vers_minor &gt;= 8)</string>
<key>optional_installs</key>
<array>
<string>Java7_Oracle</string>
</array>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment