From 8d1ef39ca54b0525f2868d278b6e5919dee749d0 Mon Sep 17 00:00:00 2001 From: Dmitrii Iurco Date: Mon, 25 May 2026 14:41:46 -0400 Subject: [PATCH] =?UTF-8?q?installer:=20remove=20cell=20identity=20prompts?= =?UTF-8?q?=20=E2=80=94=20wizard=20handles=20all=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The /setup wizard now collects cell name, domain mode, credentials, password, services, and timezone. The bash installer's job is just infrastructure: packages, user, repo clone, make install, start. Removes: prompt/prompt_secret helpers, verify_cf_token, verify_duckdns, check_pic_ngo_available, and the entire Step 5 identity block. TOTAL_STEPS 8 → 7. Step numbers renumbered accordingly. Co-Authored-By: Claude Sonnet 4.6 --- install.sh | 243 ++--------------------------------------------------- 1 file changed, 9 insertions(+), 234 deletions(-) diff --git a/install.sh b/install.sh index ef6e35d..74aaa18 100755 --- a/install.sh +++ b/install.sh @@ -79,56 +79,7 @@ log_error() { printf "\n${RED}${BOLD}ERROR:${RESET}${RED} %s${RESET}\n" "$1" > die() { log_error "$1"; exit 1; } -# --------------------------------------------------------------------------- -# Interactive prompt helpers (use /dev/tty so they work even with piped stdin) -# --------------------------------------------------------------------------- -prompt() { - # prompt