cachy kernel another try
This commit is contained in:
parent
d60894cb85
commit
b5ee59bd84
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ yellow=$(tput setaf 3) # ${yellow}
|
||||||
echo Installing ${bold}${yellow}CachyOS - Gaming Kernel${normal}
|
echo Installing ${bold}${yellow}CachyOS - Gaming Kernel${normal}
|
||||||
|
|
||||||
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
|
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
|
||||||
tar xvf cachyos-repo.tar.xz && cd cachyos-repo
|
sudo rsync -ap --info=progress2 cachyos-repo.sh /cachyos-repo/
|
||||||
|
tar xvf cachyos-repo.tar.xz && cd cachyos-repo
|
||||||
sudo ./cachyos-repo.sh
|
sudo ./cachyos-repo.sh
|
||||||
cd -
|
cd -
|
||||||
sudo pacman -S linux-cachyos linux-cachyos-headers --noconfirm
|
sudo pacman -S linux-cachyos linux-cachyos-headers --noconfirm
|
||||||
|
|
Loading…
Reference in a new issue