From 3a5d94522bd10767b3691a0c38fc4dca6435c4d2 Mon Sep 17 00:00:00 2001 From: RP1 Date: Mon, 23 Dec 2024 22:21:03 +0100 Subject: [PATCH] fixed it again --- rp-os-ae.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp-os-ae.sh b/rp-os-ae.sh index 86a3385..aa67a3f 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -75,7 +75,7 @@ yellow=$(tput setaf 3) # ${yellow} cd - sudo pacman -S linux-cachyos linux-cachyos-headers --noconfirm sudo kernel-install add-all - sudo mv /boot/loader/entries/*-cachyos.conf linux-cachyos.conf + sudo mv /boot/loader/entries/*-cachyos.conf /boot/loader/entries/linux-cachyos.conf echo "default linux-cachyos.conf" | sudo tee -a /boot/loader/loader.conf echo ${bold}${yellow}CachyOS - Gaming Kernel ${normal}installed.