Skip to content

Commit

Permalink
intel: fix derp
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored Aug 10, 2024
1 parent e74e0b7 commit 2b85aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker/install-intel-graphics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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 &&
echo 'deb [arch=amd64,i386 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/graphics/ubuntu jammy arc' | tee /etc/apt/sources.list.d/intel.gpu.jammy.list &&
apt-get -y update &&
apt-get -y intel-media-va-driver-non-free &&
apt-get -y install intel-media-va-driver-non-free &&
apt-get -y dist-upgrade;

# manual installation
Expand Down

0 comments on commit 2b85aa0

Please sign in to comment.