Create logitune.sh#1424
Merged
BigMacAdmin merged 2 commits intoInstallomator:mainfrom Mar 20, 2024
timnottom:LogiTune-NewLabel
Merged
Create logitune.sh#1424BigMacAdmin merged 2 commits intoInstallomator:mainfrom timnottom:LogiTune-NewLabel
BigMacAdmin merged 2 commits intoInstallomator:mainfrom
timnottom:LogiTune-NewLabel
Conversation
Hi, this label is based on logitechoptionsplus. The main difference in this is that the --quiet of Logitech Options plus isn't in the LogiTune installer app. It will therefore open an additional window where a user need to click install. This isn't the biggest issue when a user decides to initiates the installation, but it is an issue when automatically installing (for example with an update). If someone has a way to check if there are other flags that we can add to make it silent, then I'm all in for it. For us..this label works, but I can imagine that in other cases this would suffice.
|
You can add the following line to make it a silent install: CLIArguments="-silent" |
added silent option
Contributor
Author
|
Thanks @rmckellar, that works! I've updated the pull request. |
Collaborator
|
Thank you! |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hi, this label is based on logitechoptionsplus. The main difference in this is that the --quiet of Logitech Options plus isn't in the LogiTune installer app. It will therefore open an additional window where a user need to click install. This isn't the biggest issue when a user decides to initiates the installation, but it is an issue when automatically installing (for example with an update). If someone has a way to check if there are other flags that we can add to make it silent, then I'm all in for it. For us..this label works, but I can imagine that in other cases this would suffice.