Created
September 4, 2021 08:50
-
-
Save RPTST/be6ddd7539afb3655361f4e17a0d4529 to your computer and use it in GitHub Desktop.
xanmod.org kernel update
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
Adding xanmod | |
echo '# deb http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list | |
wget -qO - https://dl.xanmod.org/gpg.key | sudo apt-key --keyring /etc/apt/trusted.gpg.d/xanmod-kernel.gpg add - | |
sudo apt update | |
# sudo apt install linux-xanmod | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment