diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 1a945bd..c1aee37 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -31,8 +31,6 @@ [ -n "${SPCD_URL_UBUNTU}" ] || SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net" -#╶──────────────────────────────────────╴ - # ╭──────────╮ # │ internal │ # ╰──────────╯ @@ -207,7 +205,9 @@ _spcd_step_wipe() { "SPCD_STEP_${_SPCD_STEP_LEVEL}_LABEL" } -#╶──────────────────────────────────────╴ +# ╭───────────╮ +# │ functions │ +# ╰───────────╯ # ╭───────────┬───────╮ # │ functions │ error │ @@ -390,7 +390,9 @@ spcd_step_out() { _SPCD_STEP_LEVEL=$((_SPCD_STEP_LEVEL - 1)) } -#╶──────────────────────────────────────╴ +# ╭───────╮ +# │ steps │ +# ╰───────╯ # ╭───────┬───────────╮ # │ steps │ constants │ @@ -1228,8 +1230,6 @@ ${SPCD_PYTHON_ALIAS} / ${spcd_stp__name}" "${SPCD_PYTHON_ALIAS}" -m "${spcd_stp__name}" } -#╶──────────────────────────────────────╴ - # ╭──────╮ # │ main │ # ╰──────╯