Skip to content

Commit

Permalink
Update intel-oneapi install script
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Oct 5, 2023
1 parent 9b6fb72 commit 6490e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install-intel-oneapi.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

KEY=GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
KEY=GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
wget https://apt.repos.intel.com/intel-gpg-keys/$KEY
sudo apt-key add $KEY
rm $KEY
Expand Down

0 comments on commit 6490e6a

Please sign in to comment.