Created
March 6, 2020 23:47
-
-
Save chia-labradorsystems/261ba52b6e776c24b8221865e2e06fc2 to your computer and use it in GitHub Desktop.
Silent install Openvino
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
| # Accept EULA, valid values are: {accept, decline} | |
| ACCEPT_EULA=accept | |
| # Optional error behavior, valid values are: {yes, no} | |
| CONTINUE_WITH_OPTIONAL_ERROR=yes | |
| # Install location, valid values are: {/opt/intel, filepat} | |
| PSET_INSTALL_DIR=/opt/intel | |
| # Continue with overwrite of existing installation directory, valid values are: {yes, no} | |
| CONTINUE_WITH_INSTALLDIR_OVERWRITE=yes | |
| # List of components to install (use semicolon to separate the components), valid values are: {ALL, DEFAULTS, comppat} | |
| COMPONENTS=ALL | |
| # Installation mode, valid values are: {install, repair, uninstall} | |
| PSET_MODE=install | |
| # Yes - I consent to the collection of my Information | |
| # No - I do NOT consent to the collection of my Information | |
| #, valid values are: {yes, no} | |
| INTEL_SW_IMPROVEMENT_PROGRAM_CONSENT=no | |
| # Perform validation of digital signatures of RPM files, valid values are: {yes, no} | |
| SIGNING_ENABLED=yes |
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
| sudo ./install.sh --silent silent.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment