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