From 8f04398a9d57e362a870f2567b6339cd35d21910 Mon Sep 17 00:00:00 2001 From: TEMI <97989873+ScapeXYZ@users.noreply.github.com> Date: Fri, 23 Jan 2026 13:12:50 +0100 Subject: [PATCH] Update bootstrap.sh.bak --- bootstrap.sh.bak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh.bak b/bootstrap.sh.bak index b02c8ed..ba0b4f3 100755 --- a/bootstrap.sh.bak +++ b/bootstrap.sh.bak @@ -37,7 +37,7 @@ log_stream() { while IFS= read -r line; do printf "[%s] %s\n" "$(_ts)" "$line" > run_and_log() { local title="$1" shift - log_line "BEGIN: $title — $*" + log_line "BEGIN: $title - $*" if gum spin -s line --title "$title" -- "$@" 2> >(log_stream) | log_stream; then log_line "END: $title (ok)" return 0 @@ -265,7 +265,7 @@ install_gum() { ;; esac } -log_line "[STAGE 1]: checking deps (gum, jq, python)" +log_line "[STAGE 1]: checking dependencies (gum, jq, python)" check_gum_installed() { if ! command_exists gum; then @@ -2148,7 +2148,7 @@ PUBLIC_IP=$(curl -s4 ifconfig.me) # bootstrap core logic # -# deps +# dependencies check_gum_installed check_docker_installed check_jq_installed