diff --git a/auto-install.sh b/auto-install.sh index a8d4be4..6884d17 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 --noconfirm git; then + if ! sudo pacman -S git --noconfirm; then echo "Failed to install Git. Exiting." exit 1 fi