Advertisement
Guest User

INTEL4MINT

a guest
Sep 30th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.76 KB | None | 0 0
  1. # INTEL FOR MINT
  2.  
  3. wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
  4. wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
  5.  
  6. echo "deb https://download.01.org/gfx/ubuntu/14.04/main trusty main #Intel Graphics drivers" | sudo tee /etc/apt/sources.list.d/intellinuxgraphics.list
  7.  
  8. sudo cp /etc/lsb-release /etc/lsb-release.ok
  9.  
  10. cat > /etc/lsb-release <<DELIM
  11. DISTRIB_ID=Ubuntu
  12. DISTRIB_RELEASE=14.04
  13. DISTRIB_CODENAME=trusty
  14. DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"
  15. DELIM
  16.  
  17. wget -O ~/Downloads/intel.deb https://download.01.org/gfx/ubuntu/14.04/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.0.6-0intel1_i386.deb
  18.  
  19. dpkg -i ~/Downloads/intel.deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement