fix: make installation mode prompt wait for Enter key

- Changed mode selection to require Enter instead of single character
- Makes behavior consistent with other prompts
- Less jarring user experience
This commit is contained in:
Pulse Monitor
2025-08-29 17:45:17 +00:00
parent 4eefc3b492
commit ec220d49f5
+1 -2
View File
@@ -167,8 +167,7 @@ create_lxc_container() {
echo " 1) Quick (recommended)"
echo " 2) Advanced"
echo " 3) Cancel"
safe_read "Select [1-3]: " mode -n 1 -r
echo
safe_read_with_default "Select [1-3]: " mode "1"
else
# No terminal access - truly non-interactive
echo "Non-interactive mode detected. Using Quick installation."