From c04d17cd51a1f0b2994ef02b67eacf5c29934bad Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 14 Dec 2025 00:41:40 -0500 Subject: [PATCH] Added some additional touches, cachyos is arch detection in scripts, etc. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b615c54..d1be216 100755 --- a/install.sh +++ b/install.sh @@ -98,7 +98,7 @@ install_dependencies() { fedora|rhel|centos) sudo dnf install -y git curl zsh ;; - arch) + arch|cachyos) sudo pacman -Sy --noconfirm git curl zsh ;; macos)