From 518844ba5f275329b27cd08a3ebe188eb1ab1d88 Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 12 May 2026 19:51:29 -0400 Subject: [PATCH] feat: add cachyos migration script --- cachyos_repo | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 cachyos_repo 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