step
This commit is contained in:
parent
0c88656c0f
commit
349da5c3a8
1 changed files with 27 additions and 27 deletions
|
@ -339,13 +339,13 @@ spcd_step_out() {
|
|||
__SPCD_STEP_LEVEL=$((__SPCD_STEP_LEVEL - 1))
|
||||
}
|
||||
|
||||
# ╭───────╮
|
||||
# │ steps │
|
||||
# ╰───────╯
|
||||
# ╭──────╮
|
||||
# │ step │
|
||||
# ╰──────╯
|
||||
|
||||
# ╭───────┬───────────╮
|
||||
# │ steps │ constants │
|
||||
# ╰───────┴───────────╯
|
||||
# ╭──────┬───────────╮
|
||||
# │ step │ constants │
|
||||
# ╰──────┴───────────╯
|
||||
|
||||
SPCD_OS_ALMA="alma"
|
||||
SPCD_OS_ALPINE="alpine"
|
||||
|
@ -362,9 +362,9 @@ SPCD_PM_DNF="dnf"
|
|||
SPCD_PM_PACMAN="pacman"
|
||||
SPCD_PM_ZYPPER="zypper"
|
||||
|
||||
# ╭───────┬─────────────╮
|
||||
# │ steps │ environment │
|
||||
# ╰───────┴─────────────╯
|
||||
# ╭──────┬─────────────╮
|
||||
# │ step │ environment │
|
||||
# ╰──────┴─────────────╯
|
||||
|
||||
spcd_environment_set_variables() {
|
||||
spcd_step "Set variables"
|
||||
|
@ -711,9 +711,9 @@ spcd_environment_list_workspace() {
|
|||
spcd_os_ls "${spcd_lwd__path}"
|
||||
}
|
||||
|
||||
# ╭───────┬───────────╮
|
||||
# │ steps │ functions │
|
||||
# ╰───────┴───────────╯
|
||||
# ╭──────┬───────────╮
|
||||
# │ step │ functions │
|
||||
# ╰──────┴───────────╯
|
||||
|
||||
spcd_clean_cache() {
|
||||
case "${SPCD_PM}" in
|
||||
|
@ -800,9 +800,9 @@ spcd_query_package() {
|
|||
esac
|
||||
}
|
||||
|
||||
# ╭───────┬─────╮
|
||||
# │ steps │ dns │
|
||||
# ╰───────┴─────╯
|
||||
# ╭──────┬─────╮
|
||||
# │ step │ dns │
|
||||
# ╰──────┴─────╯
|
||||
|
||||
spcd_dns() {
|
||||
spcd_step "DNS"
|
||||
|
@ -817,9 +817,9 @@ nameserver ${spcd_sdr__value}
|
|||
spcd_os_write "/etc/resolv.conf" "${spcd_sdr__text}"
|
||||
}
|
||||
|
||||
# ╭───────┬──────────╮
|
||||
# │ steps │ packages │
|
||||
# ╰───────┴──────────╯
|
||||
# ╭──────┬──────────╮
|
||||
# │ step │ packages │
|
||||
# ╰──────┴──────────╯
|
||||
|
||||
spcd_packages_set_repositories() {
|
||||
spcd_step "Set repositories"
|
||||
|
@ -974,9 +974,9 @@ spcd_packages_install_tools() {
|
|||
esac
|
||||
}
|
||||
|
||||
# ╭───────┬────╮
|
||||
# │ steps │ ca │
|
||||
# ╰───────┴────╯
|
||||
# ╭──────┬────╮
|
||||
# │ step │ ca │
|
||||
# ╰──────┴────╯
|
||||
|
||||
spcd_ca_install_package() {
|
||||
spcd_step "Install package"
|
||||
|
@ -1031,9 +1031,9 @@ spcd_ca_update_certificates() {
|
|||
esac
|
||||
}
|
||||
|
||||
# ╭───────┬──────────╮
|
||||
# │ steps │ packages │
|
||||
# ╰───────┴──────────╯
|
||||
# ╭──────┬──────────╮
|
||||
# │ step │ packages │
|
||||
# ╰──────┴──────────╯
|
||||
|
||||
spcd_packages_verify_https() {
|
||||
spcd_step "Verify HTTPS"
|
||||
|
@ -1063,9 +1063,9 @@ spcd_packages_install_git() {
|
|||
spcd_install_package "git"
|
||||
}
|
||||
|
||||
# ╭───────┬────────╮
|
||||
# │ steps │ python │
|
||||
# ╰───────┴────────╯
|
||||
# ╭──────┬────────╮
|
||||
# │ step │ python │
|
||||
# ╰──────┴────────╯
|
||||
|
||||
spcd_python_install() {
|
||||
spcd_step "Install package"
|
||||
|
|
Loading…
Reference in a new issue