feat(installer/cli): Add OS detection and git auto-installation support to install.sh and improve service setup prompt in CLI

This commit is contained in:
2025-03-25 11:25:03 +00:00
parent c7db209da7
commit bd5b85f6b0
4 changed files with 105 additions and 6 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 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
- Implemented helper functions in install.sh to detect OS type and automatically install git if missing
- Prompt user for git installation if not present before cloning the repository
- Enhanced CLI service setup flow to offer starting the NUPST service immediately after installation
## 2025-03-25 - 2.2.0 - feat(cli)
Add 'config' command to display current configuration and update CLI help