Bad flag option

This commit is contained in:
alvinlollo
2025-11-11 19:01:45 +11:00
committed by GitHub
parent 076e1d13f7
commit 922bc52eda
+1 -1
View File
@@ -18,7 +18,7 @@ set -eu
if command -v pacman >/dev/null; then if command -v pacman >/dev/null; then
echo "pacman detected. Installing prerequisites" echo "pacman detected. Installing prerequisites"
sudo pacman -S zsh git curl fzf --no-confirm sudo pacman -S zsh git curl fzf --noconfirm
fi fi
if command -v apt >/dev/null; then if command -v apt >/dev/null; then