Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 538 Bytes

upgrade_kernel.md

File metadata and controls

21 lines (18 loc) · 538 Bytes

Ubuntu

$ git clone https://github.com/mtompkins/linux-kernel-utilities.git
$ cd linux-kernel-utilities/
$ chmod 750 *.sh
$ git pull

# Select specified version on the list (not lowlatency version)
$ ./update_ubuntu_kernel.sh
$ reboot

Fedora

$ curl -s https://repos.fedorapeople.org/repos/thl/kernel-vanilla.repo | sudo tee /etc/yum.repos.d/kernel-vanilla.repo
$ dnf config-manager --set-enabled kernel-vanilla-stable

# Automatically upgrade to the latest stable version without choice.
$ dnf update -y
$ reboot