#!/bin/bash cp /etc/lsb-release /etc/lsb-release.backup echo DISTRIB_RELEASE=16.04 > /etc/lsb-release echo DISTRIB_CODENAME=wily >> /etc/lsb-release wget https://download.01.org/gfx/ubuntu/15.04/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.2.0-0intel1_i386.deb dpkg -i intel-linux-graphics-installer_1.2.0-0intel1_i386.deb