Skip to content

Instantly share code, notes, and snippets.

@Faugus
Created July 20, 2024 14:33
Show Gist options
  • Save Faugus/e7a1e6b0816d4a3ac2276c3b6b08eaf4 to your computer and use it in GitHub Desktop.
Save Faugus/e7a1e6b0816d4a3ac2276c3b6b08eaf4 to your computer and use it in GitHub Desktop.

Arch Linux

Install the CachyOS keyring

sudo pacman-key --recv-keys F3B607488DB35A47 --keyserver keyserver.ubuntu.com
sudo pacman-key --lsign-key F3B607488DB35A47

Install required packages:

sudo pacman -U 'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-keyring-20240331-1-any.pkg.tar.zst' \
               'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-mirrorlist-18-1-any.pkg.tar.zst'

Add CachyOS repository

sudo nano /etc/pacman.conf
[cachyos]
Include = /etc/pacman.d/cachyos-mirrorlist

Update repositories

sudo pacman -Sy

Install CachyOS kernel

sudo pacman -S linux-cachyos

Fedora

Add CachyOS repository

sudo dnf -y copr enable bieszczaders/kernel-cachyos

Install CachyOS kernel

sudo dnf -y install kernel-cachyos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment