rgl / packer-plugin-windows-update

Packer plugin for installing Windows updates
Mozilla Public License 2.0
299 stars 71 forks source link

"github.com/rgl/windows-update" does not exist #110

Closed JoeBrunsTR closed 2 years ago

JoeBrunsTR commented 2 years ago

Under usage section it says this but the git location is 404.

Usage Configure your packer template to require a release version of the plugin, e.g.:

packer { required_plugins { windows-update = { version = "0.14.0" source = "github.com/rgl/windows-update" } } }