From 922bc52eda2efaee7b0b4793ada986506373be1f Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Tue, 11 Nov 2025 19:01:45 +1100 Subject: [PATCH] Bad flag option --- zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.sh b/zsh.sh index 29d47f2..d19c6d8 100644 --- a/zsh.sh +++ b/zsh.sh @@ -18,7 +18,7 @@ set -eu if command -v pacman >/dev/null; then echo "pacman detected. Installing prerequisites" - sudo pacman -S zsh git curl fzf --no-confirm + sudo pacman -S zsh git curl fzf --noconfirm fi if command -v apt >/dev/null; then