feat(installer): Add auto-yes flag to installer and update installation documentation

This commit is contained in:
2025-03-25 11:31:24 +00:00
parent 1819b6827a
commit 9b9e009523
4 changed files with 107 additions and 10 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-03-25 - 2.4.0 - feat(installer)
Add auto-yes flag to installer and update installation documentation
- Enhance install.sh to parse -y/--yes and -h/--help options, automating git installation when auto-yes is provided
- Improve user prompts for dependency installation and provide clearer instructions
- Update readme.md to document new installer options and enhanced file system and service changes details
## 2025-03-25 - 2.3.0 - feat(installer/cli)
Add OS detection and git auto-installation support to install.sh and improve service setup prompt in CLI