This commit is contained in:
Marc Beninca 2024-09-07 07:48:35 +02:00
parent 363fa82bd8
commit b3f74c2664
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -385,13 +385,13 @@ spcd_txt_get() {
esac esac
} }
# ╭────── # ╭──────────
# │ step │ # │ s = step │
# ╰────── # ╰──────────
# ╭──────┬───────────╮ # ╭───┬───────────╮
# │ step │ constants │ # │ s │ constants │
# ╰──────┴───────────╯ # ╰───┴───────────╯
SPCD_OS_ALMA="alma" SPCD_OS_ALMA="alma"
SPCD_OS_ALPINE="alpine" SPCD_OS_ALPINE="alpine"
@ -408,9 +408,9 @@ SPCD_PM_DNF="dnf"
SPCD_PM_PACMAN="pacman" SPCD_PM_PACMAN="pacman"
SPCD_PM_ZYPPER="zypper" SPCD_PM_ZYPPER="zypper"
# ╭──────┬─────────────╮ # ╭───┬─────────────╮
# │ step │ environment │ # │ s │ environment │
# ╰──────┴─────────────╯ # ╰───┴─────────────╯
spcd_step__environment_print() { spcd_step__environment_print() {
spcd_ca "list" spcd_ca "list"
@ -778,9 +778,9 @@ spcd_step__environment_list_workspace() {
spcd_os_ls "$(realpath .)" spcd_os_ls "$(realpath .)"
} }
# ╭──────┬───────────╮ # ╭───┬───────────╮
# │ step │ functions │ # │ s │ functions │
# ╰──────┴───────────╯ # ╰───┴───────────╯
spcd_clean_cache() { spcd_clean_cache() {
case "${SPCD_PM}" in case "${SPCD_PM}" in
@ -1022,18 +1022,18 @@ ${name}.${_SPCD_TXT_CHARSET} ${_SPCD_TXT_CHARSET}
esac esac
} }
# ╭──────┬─────╮ # ╭───┬─────╮
# │ step │ dns │ # │ s │ dns │
# ╰──────┴─────╯ # ╰───┴─────╯
spcd_step__dns() { spcd_step__dns() {
spcd_step "DNS" spcd_step "DNS"
spcd_dns "write" spcd_dns "write"
} }
# ╭──────┬──────────╮ # ╭───┬──────────╮
# │ step │ packages │ # │ s │ packages │
# ╰──────┴──────────╯ # ╰───┴──────────╯
spcd_step__packages_set_repositories() { spcd_step__packages_set_repositories() {
spcd_step "Set repositories" spcd_step "Set repositories"
@ -1276,9 +1276,9 @@ spcd_step__packages_install_locales() {
spcd_step_out spcd_step_out
} }
# ╭──────┬────╮ # ╭───┬────╮
# │ step │ ca │ # │ s │ ca │
# ╰──────┴────╯ # ╰───┴────╯
spcd_step__ca_install_package() { spcd_step__ca_install_package() {
spcd_step "Install package" spcd_step "Install package"
@ -1326,9 +1326,9 @@ spcd_step__ca_update_certificates() {
esac esac
} }
# ╭──────┬──────────╮ # ╭───┬──────────╮
# │ step │ packages │ # │ s │ packages │
# ╰──────┴──────────╯ # ╰───┴──────────╯
spcd_step__packages_verify_https() { spcd_step__packages_verify_https() {
spcd_step "Verify HTTPS" spcd_step "Verify HTTPS"
@ -1361,9 +1361,9 @@ spcd_step__packages_install_git() {
spcd_install_package "git" spcd_install_package "git"
} }
# ╭──────┬────────╮ # ╭───┬────────╮
# │ step │ python │ # │ s │ python │
# ╰──────┴────────╯ # ╰───┴────────╯
spcd_step__python_install() { spcd_step__python_install() {
spcd_step "Install package" spcd_step "Install package"