Last active
February 10, 2021 03:37
-
-
Save BluCobalt/6ddc56c6dd2b45622ec4b8574b9f07d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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