Skip to content

Instantly share code, notes, and snippets.

@chia-labradorsystems
Created March 6, 2020 23:47
Show Gist options
  • Select an option

  • Save chia-labradorsystems/261ba52b6e776c24b8221865e2e06fc2 to your computer and use it in GitHub Desktop.

Select an option

Save chia-labradorsystems/261ba52b6e776c24b8221865e2e06fc2 to your computer and use it in GitHub Desktop.
Silent install Openvino
# 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
sudo ./install.sh --silent silent.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment