forked from RP1/RaveOS-arch
cachy still
This commit is contained in:
parent
9265dfa00c
commit
d60894cb85
1 changed files with 4 additions and 7 deletions
11
rp-os-ae.sh
11
rp-os-ae.sh
|
@ -37,13 +37,10 @@ yellow=$(tput setaf 3) # ${yellow}
|
|||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}CachyOS - Gaming Kernel${normal}
|
||||
|
||||
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
|
||||
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
|
||||
tar xvf cachyos-repo.tar.xz && cd cachyos-repo
|
||||
sudo ./cachyos-repo.sh
|
||||
cd -
|
||||
sudo pacman -S linux-cachyos linux-cachyos-headers --noconfirm
|
||||
|
||||
echo ${bold}${yellow}CachyOS - Gaming Kernel ${normal}installed.
|
||||
|
|
Loading…
Reference in a new issue