From b5ee59bd84efbbb3db99f953ba69eb9c2e45511f Mon Sep 17 00:00:00 2001 From: RP1 Date: Sat, 21 Dec 2024 22:37:23 +0100 Subject: [PATCH] cachy kernel another try --- rp-os-ae.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rp-os-ae.sh b/rp-os-ae.sh index 8c79a45..39671da 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -38,7 +38,8 @@ yellow=$(tput setaf 3) # ${yellow} echo Installing ${bold}${yellow}CachyOS - Gaming Kernel${normal} 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 cd - sudo pacman -S linux-cachyos linux-cachyos-headers --noconfirm