Skip to content

Instantly share code, notes, and snippets.

@dylanmtaylor
Last active April 24, 2018 03:50
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 dylanmtaylor/7d11ae2c144850c918860db5f4c2f74d to your computer and use it in GitHub Desktop.
Save dylanmtaylor/7d11ae2c144850c918860db5f4c2f74d to your computer and use it in GitHub Desktop.
Install Latest Stable Kernel on Fedora
curl -s https://repos.fedorapeople.org/repos/thl/kernel-vanilla.repo | sudo tee /etc/yum.repos.d/kernel-vanilla.repo
sudo dnf config-manager --set-enabled kernel-vanilla-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment