90 Days In Arch Week 1 Let's talk about kernels
Alright so I talked about getting the Cachy OS Kernel running on Arch Linux Open your favorite terminal and type out some commands. Donwload the CachyOS Repos curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz ; tar xvf cachyos-repo.tar.xz Change Dirrectory to where you downloaded the mirror data cd cachyos-repo Run the file for the repo sudo ./cachyos-repo.sh Update your system sudo pacman -Syu Now that we have that let's donwload CachyOS Kernel Manager. This is the program that handles selecting Kernels and installing them on a CachyOS system. We want this for our Arch system. This program is not part of the base AUR (Arch User Repository). So we needed to add the repo's for CachyOS like we did above. Install CachyOS Kernel Manager sudo pacman -S cachyos-kernel-manager Now you may run into an out of date issue with your download. If that is the case run this command it will sync everything up all nice and pretty. sudo pacman -Syyu...