Skip to content

Instantly share code, notes, and snippets.

@cpappen
Created April 14, 2016 23:18
Show Gist options
  • Save cpappen/df6e8439c28a3bc4f42079c07d3755e8 to your computer and use it in GitHub Desktop.
Save cpappen/df6e8439c28a3bc4f42079c07d3755e8 to your computer and use it in GitHub Desktop.
sudo sh -c 'echo "deb http://archive.canonical.com/ubuntu/ $(lsb_release -sc) partner" >> /etc/apt/sources.list.d/canonical_partner.list'
sudo sh -c 'echo "deb-src http://archive.canonical.com/ubuntu/ $(lsb_release -sc) partner" >> /etc/apt/sources.list.d/canonical_partner.list'
sudo apt-get install --install-recommends linux-generic-lts-wily xserver-xorg-core-lts-wily xserver-xorg-lts-wily xserver-xorg-video-all-lts-wily xserver-xorg-input-all-lts-wily libwayland-egl1-mesa-lts-wily
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment