Skip to content

Instantly share code, notes, and snippets.

@mieitza
Created November 6, 2013 18:05
Show Gist options
  • Save mieitza/7341090 to your computer and use it in GitHub Desktop.
Save mieitza/7341090 to your computer and use it in GitHub Desktop.
Ubuntu 13.04 Kern Upgrade 3.10
#!/bin/bash -x
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.10-saucy/linux-headers-3.10.10-031010-generic_3.10.10-031010.201308291422_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.10-saucy/linux-headers-3.10.10-031010_3.10.10-031010.201308291422_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.10-saucy/linux-image-3.10.10-031010-generic_3.10.10-031010.201308291422_amd64.deb
sudo dpkg -i linux-headers-3.10.10-*.deb linux-image-3.10.10*.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment