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 ---------------------------------------------
|
||||||
echo Installing ${bold}${yellow}CachyOS - Gaming Kernel${normal}
|
echo Installing ${bold}${yellow}CachyOS - Gaming Kernel${normal}
|
||||||
|
|
||||||
sudo pacman-key --recv-keys F3B607488DB35A47 --keyserver keyserver.ubuntu.com
|
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
|
||||||
sudo pacman-key --lsign-key F3B607488DB35A47
|
tar xvf cachyos-repo.tar.xz && cd cachyos-repo
|
||||||
sudo pacman -U 'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-keyring-20240331-1-any.pkg.tar.zst' \
|
sudo ./cachyos-repo.sh
|
||||||
'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-mirrorlist-18-1-any.pkg.tar.zst'
|
cd -
|
||||||
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
|
sudo pacman -S linux-cachyos linux-cachyos-headers --noconfirm
|
||||||
|
|
||||||
echo ${bold}${yellow}CachyOS - Gaming Kernel ${normal}installed.
|
echo ${bold}${yellow}CachyOS - Gaming Kernel ${normal}installed.
|
||||||
|
|
Loading…
Reference in a new issue