We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To allow for further custom configuration of providers, there should be a new providers: block.
providers:
This should allow for custom sources, and custom global args that will be used for each package of that provider.
sources
args
providers: choco: sources: - name: '<source-name>' url: '<source-url>' args: install: '--noprogress' scoop: sources: - name: '<bucket-name>' url: '<bucket-url>'
The text was updated successfully, but these errors were encountered:
Ooo! Could also have a scripts: block on each provider, where the script will be run pre/post each package that uses that provider
scripts:
(original post updated)
Sorry, something went wrong.
Support on a source for default: true, which forces a custom source to be used by default.
default: true
#11: support for provider sources and args
5da1506
#11: updates the readme
f3b7982
Badgerati
Successfully merging a pull request may close this issue.
To allow for further custom configuration of providers, there should be a new
providers:
block.This should allow for custom
sources
, and custom globalargs
that will be used for each package of that provider.The text was updated successfully, but these errors were encountered: