Skip to content

Releases: motorrin/Arch_Smart_Update

3.12.3

31 May 22:56
545662c

Choose a tag to compare

  • Refactored run_interactive_task() to execute commands directly via /bin/bash -c instead of using the script utility. This addresses terminal-specific issues where focus loss or window minimization could trigger premature EOF signals.
  • Removed script from the pre-run dependency verification list (# --- 1.2 Dependency Check ---).
  • Hardened interactive prompts by wrapping read -r statements in conditional checks (e.g., if read -r ... and if ! read -r ...).