Skip to content

Instantly share code, notes, and snippets.

@ArnaudD
Created November 23, 2015 13:39
Show Gist options
  • Save ArnaudD/dd27f2942c0c6b8b10ca to your computer and use it in GitHub Desktop.
Save ArnaudD/dd27f2942c0c6b8b10ca to your computer and use it in GitHub Desktop.
Ubuntu 15.10 setup for the XPS 13 (2013)
wget http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux/linux-headers-4.3.0-0-generic_4.3.0-0.8_amd64.deb
wget http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux/linux-headers-4.3.0-0_4.3.0-0.8_all.deb
wget http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux/linux-image-4.3.0-0-generic_4.3.0-0.8_amd64.deb
wget http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux/linux-image-extra-4.3.0-0-generic_4.3.0-0.8_amd64.deb
dpkg -i linux-*.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment