fix(install): Improve interactive mode detection and non-interactive installation handling in install.sh

This commit is contained in:
2025-03-25 13:08:28 +00:00
parent e68654a022
commit 55c040df82
4 changed files with 48 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-03-25 - 2.4.4 - fix(install)
Improve interactive mode detection and non-interactive installation handling in install.sh
- Detect and warn when running without a controlling terminal
- Attempt to use /dev/tty for user input when possible
- Update prompts and error messages for auto-installation of dependencies
- Clarify installation instructions in readme for interactive and non-interactive modes
## 2025-03-25 - 2.4.3 - fix(readme)
Update Quick Install command syntax in readme for auto-yes installation