This commit is contained in:
JaKooLit
2025-03-07 16:18:09 +09:00
parent 971a4083ff
commit 17494d5d9d

View File

@@ -10,7 +10,7 @@ printf "\n%.0s" {1..1}
if ! command -v git &> /dev/null if ! command -v git &> /dev/null
then then
echo "Git not found! Installing Git..." 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." echo "Failed to install Git. Exiting."
exit 1 exit 1
fi fi