diff --git a/install.sh b/install.sh index b0beed1..ef6e35d 100755 --- a/install.sh +++ b/install.sh @@ -79,7 +79,56 @@ log_error() { printf "\n${RED}${BOLD}ERROR:${RESET}${RED} %s${RESET}\n" "$1" > die() { log_error "$1"; exit 1; } -TOTAL_STEPS=7 +# --------------------------------------------------------------------------- +# Interactive prompt helpers (use /dev/tty so they work even with piped stdin) +# --------------------------------------------------------------------------- +prompt() { + # prompt