This commit is contained in:
Marc Beninca 2024-08-25 22:56:22 +02:00
parent d42b59a795
commit 13c167fb9b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,5 +1,7 @@
#! /usr/bin/env sh #! /usr/bin/env sh
#╶──────────────────────────────────────╴
# ╭──────────╮ # ╭──────────╮
# │ defaults │ # │ defaults │
# ╰──────────╯ # ╰──────────╯
@ -31,6 +33,8 @@
[ -n "${SPCD_URL_UBUNTU}" ] || [ -n "${SPCD_URL_UBUNTU}" ] ||
SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net" SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net"
#╶──────────────────────────────────────╴
# ╭──────────╮ # ╭──────────╮
# │ internal │ # │ internal │
# ╰──────────╯ # ╰──────────╯
@ -205,6 +209,8 @@ spcd_step_wipe() {
"SPCD_STEP_${SPCD_STEP_LEVEL}_LABEL" "SPCD_STEP_${SPCD_STEP_LEVEL}_LABEL"
} }
#╶──────────────────────────────────────╴
# ╭───────────┬───────╮ # ╭───────────┬───────╮
# │ functions │ error │ # │ functions │ error │
# ╰───────────┴───────╯ # ╰───────────┴───────╯
@ -325,6 +331,8 @@ spcd_step_out() {
SPCD_STEP_LEVEL=$((SPCD_STEP_LEVEL - 1)) SPCD_STEP_LEVEL=$((SPCD_STEP_LEVEL - 1))
} }
#╶──────────────────────────────────────╴
# ╭───────┬───────────╮ # ╭───────┬───────────╮
# │ steps │ constants │ # │ steps │ constants │
# ╰───────┴───────────╯ # ╰───────┴───────────╯
@ -1162,6 +1170,8 @@ ${SPCD_PYTHON_ALIAS} / ${spcd_stp__name}"
"${SPCD_PYTHON_ALIAS}" -m "${spcd_stp__name}" "${SPCD_PYTHON_ALIAS}" -m "${spcd_stp__name}"
} }
#╶──────────────────────────────────────╴
# ╭───────────╮ # ╭───────────╮
# │ functions │ # │ functions │
# ╰───────────╯ # ╰───────────╯
@ -1227,6 +1237,8 @@ spcd_write() {
fi fi
} }
#╶──────────────────────────────────────╴
# ╭──────╮ # ╭──────╮
# │ main │ # │ main │
# ╰──────╯ # ╰──────╯