forked from RP1/RaveOS-arch
rsync fix maybe
This commit is contained in:
parent
55edd41662
commit
f6bc76971b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ yellow=$(tput setaf 3) # ${yellow}
|
||||||
echo Installing ${bold}${yellow}CachyOS - Gaming Kernel${normal}
|
echo Installing ${bold}${yellow}CachyOS - Gaming Kernel${normal}
|
||||||
|
|
||||||
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
|
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
|
||||||
sudo rsync -ap --info=progress2 cachyos-repo.sh /cachyos-repo/
|
sudo rsync -ap --info=progress2 /home$USER/cosmetics/cachyos-repo.sh /cachyos-repo/
|
||||||
tar xvf cachyos-repo.tar.xz && cd cachyos-repo
|
tar xvf cachyos-repo.tar.xz && cd cachyos-repo
|
||||||
sudo ./cachyos-repo.sh
|
sudo ./cachyos-repo.sh
|
||||||
cd -
|
cd -
|
||||||
|
|
Loading…
Reference in a new issue