[docs] add/update choco, scoop, winget instructions #2647
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds/updates Windows installation instructions with chocolatey, scoop, and winget.
The scoop and choco manifests do not include the git and gpg4win dependencies, so they have to be installed separately. Should we add those to the README?
There is a
choco install gpg4win
there already, which is why I addedwinget install git
andwinget install gpg4win
. The alternative would be to add the dependencies to the manifests so thatchoco/scoop install gopass
would also install the dependencies.The winget manifest already includes both dependencies, but the winget cli does not support installing those just yet (the next minor version will add this functionality).winget probably needs some more time to properly support dependencies (i.e. I am currently failing at submitting the manifest with dependencies included due to (IMHO) overzealous checks).BTW is this warning still valid?
gopass/docs/setup.md
Line 204 in 439bc00