1
0
Fork 0
forked from RP1/RaveOS-arch

cachyos kernel fix

This commit is contained in:
RP1 2024-12-21 22:06:05 +01:00
parent 73b8dfd083
commit 9265dfa00c

View file

@ -37,10 +37,14 @@ yellow=$(tput setaf 3) # ${yellow}
echo ---------------------------------------------
echo Installing ${bold}${yellow}CachyOS - Gaming Kernel${normal}
curl -O https://mirror.cachyos.org/cachyos-repo.tar.xz
tar xvf cachyos-repo.tar.xz && cd cachyos-repo
sudo ./cachyos-repo.sh
#sudo pacman -Sy
sudo pacman-key --recv-keys F3B607488DB35A47 --keyserver keyserver.ubuntu.com
sudo pacman-key --lsign-key F3B607488DB35A47
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'
echo "[cachyos]
Include = /etc/pacman.d/cachyos-mirrorlist" | sudo tee -a /etc/pacman.conf
sudo pacman -Sy
sudo pacman -S linux-cachyos linux-cachyos-headers --noconfirm
echo ${bold}${yellow}CachyOS - Gaming Kernel ${normal}installed.
echo ---------------------------------------------