This commit is contained in:
Marc Beninca 2024-08-27 12:41:57 +02:00
parent 0c88656c0f
commit 349da5c3a8
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -339,13 +339,13 @@ spcd_step_out() {
__SPCD_STEP_LEVEL=$((__SPCD_STEP_LEVEL - 1)) __SPCD_STEP_LEVEL=$((__SPCD_STEP_LEVEL - 1))
} }
# ╭────── # ╭──────
# │ steps # │ step
# ╰────── # ╰──────
# ╭──────┬───────────╮ # ╭──────┬───────────╮
# │ steps │ constants │ # │ step │ constants │
# ╰──────┴───────────╯ # ╰──────┴───────────╯
SPCD_OS_ALMA="alma" SPCD_OS_ALMA="alma"
SPCD_OS_ALPINE="alpine" SPCD_OS_ALPINE="alpine"
@ -362,9 +362,9 @@ SPCD_PM_DNF="dnf"
SPCD_PM_PACMAN="pacman" SPCD_PM_PACMAN="pacman"
SPCD_PM_ZYPPER="zypper" SPCD_PM_ZYPPER="zypper"
# ╭──────┬─────────────╮ # ╭──────┬─────────────╮
# │ steps │ environment │ # │ step │ environment │
# ╰──────┴─────────────╯ # ╰──────┴─────────────╯
spcd_environment_set_variables() { spcd_environment_set_variables() {
spcd_step "Set variables" spcd_step "Set variables"
@ -711,9 +711,9 @@ spcd_environment_list_workspace() {
spcd_os_ls "${spcd_lwd__path}" spcd_os_ls "${spcd_lwd__path}"
} }
# ╭──────┬───────────╮ # ╭──────┬───────────╮
# │ steps │ functions │ # │ step │ functions │
# ╰──────┴───────────╯ # ╰──────┴───────────╯
spcd_clean_cache() { spcd_clean_cache() {
case "${SPCD_PM}" in case "${SPCD_PM}" in
@ -800,9 +800,9 @@ spcd_query_package() {
esac esac
} }
# ╭──────┬─────╮ # ╭──────┬─────╮
# │ steps │ dns │ # │ step │ dns │
# ╰──────┴─────╯ # ╰──────┴─────╯
spcd_dns() { spcd_dns() {
spcd_step "DNS" spcd_step "DNS"
@ -817,9 +817,9 @@ nameserver ${spcd_sdr__value}
spcd_os_write "/etc/resolv.conf" "${spcd_sdr__text}" spcd_os_write "/etc/resolv.conf" "${spcd_sdr__text}"
} }
# ╭──────┬──────────╮ # ╭──────┬──────────╮
# │ steps │ packages │ # │ step │ packages │
# ╰──────┴──────────╯ # ╰──────┴──────────╯
spcd_packages_set_repositories() { spcd_packages_set_repositories() {
spcd_step "Set repositories" spcd_step "Set repositories"
@ -974,9 +974,9 @@ spcd_packages_install_tools() {
esac esac
} }
# ╭──────┬────╮ # ╭──────┬────╮
# │ steps │ ca │ # │ step │ ca │
# ╰──────┴────╯ # ╰──────┴────╯
spcd_ca_install_package() { spcd_ca_install_package() {
spcd_step "Install package" spcd_step "Install package"
@ -1031,9 +1031,9 @@ spcd_ca_update_certificates() {
esac esac
} }
# ╭──────┬──────────╮ # ╭──────┬──────────╮
# │ steps │ packages │ # │ step │ packages │
# ╰──────┴──────────╯ # ╰──────┴──────────╯
spcd_packages_verify_https() { spcd_packages_verify_https() {
spcd_step "Verify HTTPS" spcd_step "Verify HTTPS"
@ -1063,9 +1063,9 @@ spcd_packages_install_git() {
spcd_install_package "git" spcd_install_package "git"
} }
# ╭──────┬────────╮ # ╭──────┬────────╮
# │ steps │ python │ # │ step │ python │
# ╰──────┴────────╯ # ╰──────┴────────╯
spcd_python_install() { spcd_python_install() {
spcd_step "Install package" spcd_step "Install package"