Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Thanks @kginger
  • Loading branch information
sphen13 committed Oct 25, 2017
1 parent 6de7295 commit b9918a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Disable Java Updater/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Package that disables the Java Updater for Java 7 and 8

There is an associated outset package that also makes sure that any sponsored crap is not offered to the user. I couldn't think of a clean way to get that in this same package as it needs to be in the user space - but if you deploy both you should be good to go. You could link the two packages by `reqiures` or `update_for` in munki. The [outset-ondemand-JavaSponsors](https://github.com/sphen13/munki-scripts/tree/master/outset/outset-ondemand-JavaSponsors) package can be found [here](https://github.com/sphen13/munki-scripts/tree/master/outset/outset-ondemand-JavaSponsors)
There is an associated outset package that also makes sure that any sponsored crap is not offered to the user. I couldn't think of a clean way to get that in this same package as it needs to be in the user space - but if you deploy both you should be good to go. You could link the two packages by `requires` or `update_for` in munki. The [outset-ondemand-JavaSponsors](https://github.com/sphen13/munki-scripts/tree/master/outset/outset-ondemand-JavaSponsors) package can be found [here](https://github.com/sphen13/munki-scripts/tree/master/outset/outset-ondemand-JavaSponsors)

## How to Build

Expand Down
2 changes: 1 addition & 1 deletion outset/outset-ondemand-JavaSponsors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Outset package that disables sponsored offerings from Oracle's Java. It is designed to run once per user yet will also be triggered on demand for any currently logged in user so the results are immediate.

This is meant to also work with my [Disable Java Updater](https://github.com/sphen13/munki-scripts/tree/master/Disable%20Java%20Updater) package. You may want to link them by `reqiures` or `update_for` in munki. This specific preference needs to be set in the user-space so needs something like [outset](https://github.com/chilcote/outset).
This is meant to also work with my [Disable Java Updater](https://github.com/sphen13/munki-scripts/tree/master/Disable%20Java%20Updater) package. You may want to link them by `requires` or `update_for` in munki. This specific preference needs to be set in the user-space so needs something like [outset](https://github.com/chilcote/outset).

## How to Build

Expand Down

0 comments on commit b9918a6

Please sign in to comment.