forked from RP1/RaveOS-arch
fixed mv location
This commit is contained in:
parent
a3d60e517a
commit
7af082fe18
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ yellow=$(tput setaf 3) # ${yellow}
|
|||
cd -
|
||||
sudo pacman -S linux-cachyos linux-cachyos-headers --noconfirm
|
||||
sudo kernel-install add-all
|
||||
sleep 3
|
||||
sudo mv *-cachyos.conf linux-cachyos.conf
|
||||
sudo mv /boot/loader/entries/*-cachyos.conf linux-cachyos.conf
|
||||
echo "default linux-cachyos.conf" | sudo tee -a /boot/loader/loader.conf
|
||||
|
||||
echo ${bold}${yellow}CachyOS - Gaming Kernel ${normal}installed.
|
||||
|
|
Loading…
Reference in a new issue