diff --git a/cachyos_repo b/cachyos_repo new file mode 100755 index 0000000..a523a1a --- /dev/null +++ b/cachyos_repo @@ -0,0 +1,7 @@ +#!/usr/bin/env fish +curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz +and tar xvf cachyos-repo.tar.xz +and cd cachyos-repo/ +and sudo ./cachyos-repo.sh +and sudo pacman -Syuu --noconfirm +and sudo pacman -S linux-cachyos linux-cachyos-headers