This commit is contained in:
Marc Beninca 2024-09-08 20:53:43 +02:00
parent 2696514c24
commit 6db5bcec5c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -397,12 +397,12 @@ spcd_txt_get() {
esac esac
} }
# ╭────────── # ╭─────────────────
# │ s = step # │ e = environment
# ╰────────── # ╰─────────────────
# ╭───┬───────────╮ # ╭───┬───────────╮
# │ s │ constants │ # │ e │ constants │
# ╰───┴───────────╯ # ╰───┴───────────╯
SPCD_OS_ALMA="alma" SPCD_OS_ALMA="alma"
@ -420,9 +420,9 @@ SPCD_PM_DNF="dnf"
SPCD_PM_PACMAN="pacman" SPCD_PM_PACMAN="pacman"
SPCD_PM_ZYPPER="zypper" SPCD_PM_ZYPPER="zypper"
# ╭───┬───────────── # ╭───┬───────────
# │ s │ environment # │ e │ functions
# ╰───┴───────────── # ╰───┴───────────
spcd_step__environment_print() { spcd_step__environment_print() {
spcd_ca "list" spcd_ca "list"
@ -1170,6 +1170,10 @@ ${name}.${_SPCD_TXT_CHARSET} ${_SPCD_TXT_CHARSET}
esac esac
} }
# ╭───┬──────╮
# │ s = step │
# ╰───┴──────╯
# ╭───┬─────╮ # ╭───┬─────╮
# │ s │ dns │ # │ s │ dns │
# ╰───┴─────╯ # ╰───┴─────╯