Skip to content

Commit

Permalink
docker: add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Dec 26, 2023
1 parent 3276882 commit bc80d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/docker/install-intel-graphics.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
if [ "$(uname -m)" = "x86_64" ]
then
echo "Installing Intel graphics packages."
apt-get update && apt-get install -y gpg-agent &&
rm -f /usr/share/keyrings/intel-graphics.gpg &&
curl -L https://repositories.intel.com/graphics/intel-graphics.key | gpg --dearmor --yes --output /usr/share/keyrings/intel-graphics.gpg &&
Expand Down

0 comments on commit bc80d31

Please sign in to comment.