mingzailao 2024-03-29 15:03:00 +08:00
parent 3ffe33f450
commit ca98ca3c00
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ install_homebrew() {
echo "Installing Homebrew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
else
echo "This script is intended for macOS only. Exiting..."
exit 1
echo "This script is intended for macOS only. Continue..."
fi
fi
}