From 45c8c482f20ddd474833ebee2482b11025233df1 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 7 Apr 2024 16:22:07 +0530 Subject: [PATCH] turns out its noconfirm instead of no-confirm :sob: --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d331d1a..7e5125c 100644 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ for dep in ${deps[@]} do if ! which $dep 2>/dev/null; then echo "[!] Dependency $dep not found!" - sudo pacman -Syy --no-confirm "$dep" + sudo pacman -Syy --noconfirm "$dep" else echo -e "\e[1A\e[K[*] FOUND: $dep" fi