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
Add a CLI flag to install a bundle (ubundle, json, etc) all at once, optionally with no UI. For example: UniGetUI file --install --no-ui
UniGetUI file --install --no-ui
This would make it easy to set up a new system:
winget install --id "MartiCliment.UniGetUI" --exact --source winget --accept-source-agreements --disable-interactivity --silent --accept-package-agreements --force unigetui --daemon unigetui packages.ubundle --install --no-ui customize_some_other_stuff
The current best way to do this is to have a long .bat (or similar) script with manually-typed winget or choco commands.
winget
choco
The text was updated successfully, but these errors were encountered:
your issue is the first one I saw when searching the word "a" on github issues. but havent we seen each other before? your name sounds familiar
Sorry, something went wrong.
marticliment
No branches or pull requests
Please confirm these before moving forward.
Describe the improvement
Add a CLI flag to install a bundle (ubundle, json, etc) all at once, optionally with no UI. For example:
UniGetUI file --install --no-ui
Describe how this improvement could help users
This would make it easy to set up a new system:
The current best way to do this is to have a long .bat (or similar) script with manually-typed
winget
orchoco
commands.The text was updated successfully, but these errors were encountered: