Skip to content

Commit

Permalink
Updated host instructions from kernel 3.18.14 to 3.18.22
Browse files Browse the repository at this point in the history
  • Loading branch information
laurivosandi committed Oct 14, 2015
1 parent 6e7a91b commit 7eda3da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ You can install up to date kernel on 14.04 simply by doing following:

.. code:: bash
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.14-vivid/linux-headers-3.18.14-031814-generic_3.18.14-031814.201505210236_amd64.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.14-vivid/linux-headers-3.18.14-031814_3.18.14-031814.201505210236_all.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.14-vivid/linux-image-3.18.14-031814-generic_3.18.14-031814.201505210236_amd64.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.22-vivid/linux-headers-3.18.22-031822-generic_3.18.22-031822.201510031227_amd64.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.22-vivid/linux-headers-3.18.22-031822_3.18.22-031822.201510031227_all.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.22-vivid/linux-image-3.18.22-031822-generic_3.18.22-031822.201510031227_amd64.deb
sudo dpkg -i \
linux-headers-3.18.14-031814-generic_3.18.14-031814.201505210236_amd64.deb \
linux-headers-3.18.14-031814_3.18.14-031814.201505210236_all.deb \
linux-image-3.18.14-031814-generic_3.18.14-031814.201505210236_amd64.deb
linux-headers-3.18.22-031822-generic_3.18.22-031822.201510031227_amd64.deb \
linux-headers-3.18.22-031822_3.18.22-031822.201510031227_all.deb \
linux-image-3.18.22-031822-generic_3.18.22-031822.201510031227_amd64.deb
You also need updated btrfs-tools:

Expand Down

0 comments on commit 7eda3da

Please sign in to comment.