Skip to content

Instantly share code, notes, and snippets.

@BluCobalt
Last active February 10, 2021 03:37
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 BluCobalt/6ddc56c6dd2b45622ec4b8574b9f07d6 to your computer and use it in GitHub Desktop.
Save BluCobalt/6ddc56c6dd2b45622ec4b8574b9f07d6 to your computer and use it in GitHub Desktop.
#!/bin/bash
# http://elrepo.org/tiki/HomePage
# get the public key
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
# get the repo
dnf install https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm -y
# install the kernel
dnf install --enablerepo=elrepo-kernel kernel-ml -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment