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