Added some additional touches, cachyos is arch detection in scripts, etc.

This commit is contained in:
Aaron D. Lee
2025-12-14 00:41:40 -05:00
parent 7ae9e151a2
commit c04d17cd51

View File

@@ -98,7 +98,7 @@ install_dependencies() {
fedora|rhel|centos) fedora|rhel|centos)
sudo dnf install -y git curl zsh sudo dnf install -y git curl zsh
;; ;;
arch) arch|cachyos)
sudo pacman -Sy --noconfirm git curl zsh sudo pacman -Sy --noconfirm git curl zsh
;; ;;
macos) macos)