Skip to content

Instantly share code, notes, and snippets.

@mieitza
Last active December 27, 2015 14:29
Show Gist options
  • Save mieitza/7341265 to your computer and use it in GitHub Desktop.
Save mieitza/7341265 to your computer and use it in GitHub Desktop.
Ubuntu 13.04 Kern Upgrade 3.11
#!/bin/bash -x
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-image-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb
sudo dpkg -i linux-headers-3.11.0*.deb linux-image-3.11.0*.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment