diff --git a/setup/fwcd b/setup/fwcd index 4d79f1d..7cd1b1a 100755 --- a/setup/fwcd +++ b/setup/fwcd @@ -22,7 +22,8 @@ packages=( rsync sudo tmux - yay + # TODO: There seems to be some issue with https://github.com/fwcd/arch-repo + # yay zsh ) pacman -Syu --noconfirm --needed "${packages[@]}"