You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
-x, --proxy
Defines the proxy server to be used for communication by the install script.
Example: -x http(s)://server-ip:port/.
-U, --proxy-user
Defines the proxy user to be used for communication by the install script.
-P, --proxy-password
Defines the proxy password to be used for communication by the install script.
Please check that the PR fulfills these requirements
Tests for the changes have been added (for bug fixes / features)
Docs have been added / updated (for bug fixes / features)
Add a changelog entry (for non-trivial bug fixes / features)
Merging #515 (63a4c7b) into master (3140581) will increase coverage by 0.21%.
The diff coverage is 100.00%.
❗ Current head 63a4c7b differs from pull request most recent head 08f032f. Consider uploading reports for the commit 08f032f to get more accurate results
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.
Description of Changes
Adds flags to the installer script
Please check that the PR fulfills these requirements