Skip to content

Commit

Permalink
Update activate-icc-online.sh for correct links
Browse files Browse the repository at this point in the history
  • Loading branch information
xaleryb authored Jun 16, 2023
1 parent c36b366 commit 7be17ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activate-icc-online.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if [ ! -e "${INSTALLER}" ]; then
fi
chmod u+x "${INSTALLER}"

# See https://software.intel.com/en-us/intel-system-studio-readme#inpage-nav-5-3
# See https://www.intel.com/content/www/us/en/developer/articles/guide/download-documentation-intel-system-studio-current-previous.html#inpage-nav-5-3
echo "# Generated silent configuration file" > "${SILENT_CFG}"

# Accept EULA, valid values are: {accept, decline}
Expand Down Expand Up @@ -159,7 +159,7 @@ fi
# You can revoke your consent at any time by choosing "Improvement Program Options" in the "Settings" tab of
# the Intel(R) Software Manager and selecting the "I do NOT consent to the collection of my Information" option.
# For more details please refer to this article:
# https://software.intel.com/en-us/articles/software-improvement-program.
# https://www.intel.com/content/www/us/en/developer/articles/community/software-improvement-program.html
#
# Yes - I consent to the collection of my Information
# No - I do NOT consent to the collection of my Information
Expand Down

0 comments on commit 7be17ac

Please sign in to comment.