From 17494d5d9d8bf20525f9838676522395c8e3a8bc Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 7 Mar 2025 16:18:09 +0900 Subject: [PATCH] oops --- auto-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-install.sh b/auto-install.sh index 6defa40..a8d4be4 100644 --- a/auto-install.sh +++ b/auto-install.sh @@ -10,7 +10,7 @@ printf "\n%.0s" {1..1} if ! command -v git &> /dev/null then echo "Git not found! Installing Git..." - if ! sudo pacman -S --no-confirm git; then + if ! sudo pacman -S --noconfirm git; then echo "Failed to install Git. Exiting." exit 1 fi