fix(installer): Improve Git dependency handling and repository cloning in install.sh

This commit is contained in:
2025-03-25 13:20:36 +00:00
parent f583e1466f
commit 65a9d1c798
3 changed files with 68 additions and 26 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-03-25 - 2.4.8 - fix(installer)
Improve Git dependency handling and repository cloning in install.sh
- Add explicit check for git installation and prompt the user interactively if git is missing.
- Auto-install git when '-y' flag is provided in non-interactive mode.
- Ensure proper cloning of the repository when running the installer outside the repo.
## 2025-03-25 - 2.4.7 - fix(readme)
Update installation instructions to combine download and execution into a single command for clarity