From 861f4ec0493300d31248e23dce763b46bb20de8c Mon Sep 17 00:00:00 2001 From: RP1 Date: Mon, 23 Dec 2024 22:01:00 +0100 Subject: [PATCH] added sudo in front of kernel-add --- 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 bbf6c64..d1a4ab3 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -74,7 +74,7 @@ yellow=$(tput setaf 3) # ${yellow} sleep 2 cd - sudo pacman -S linux-cachyos linux-cachyos-headers --noconfirm - kernel-install add-all + sudo kernel-install add-all sudo mv *-cachyos.conf linux-cachyos.conf echo "default linux-cachyos.conf" | sudo tee -a /boot/loader/loader.conf