Skip to content

Instantly share code, notes, and snippets.

@joshbrand
Created May 27, 2014 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshbrand/8e6c69f3787225a1a48f to your computer and use it in GitHub Desktop.
Save joshbrand/8e6c69f3787225a1a48f to your computer and use it in GitHub Desktop.
Natty Upgrade
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4-precise/linux-image-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4-precise/linux-headers-3.4.0-030400_3.4.0-030400.201205210521_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4-precise/linux-headers-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/m/module-init-tools/module-init-tools_3.16-1ubuntu2_amd64.deb
dpkg -i module-init-tools_3.16-1ubuntu2_amd64.deb linux-image-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb linux-headers-3.4.0-030400_3.4.0-030400.201205210521_all.deb linux-headers-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment