e
This commit is contained in:
parent
2696514c24
commit
6db5bcec5c
1 changed files with 11 additions and 7 deletions
|
@ -397,12 +397,12 @@ spcd_txt_get() {
|
|||
esac
|
||||
}
|
||||
|
||||
# ╭──────────╮
|
||||
# │ s = step │
|
||||
# ╰──────────╯
|
||||
# ╭─────────────────╮
|
||||
# │ e = environment │
|
||||
# ╰─────────────────╯
|
||||
|
||||
# ╭───┬───────────╮
|
||||
# │ s │ constants │
|
||||
# │ e │ constants │
|
||||
# ╰───┴───────────╯
|
||||
|
||||
SPCD_OS_ALMA="alma"
|
||||
|
@ -420,9 +420,9 @@ SPCD_PM_DNF="dnf"
|
|||
SPCD_PM_PACMAN="pacman"
|
||||
SPCD_PM_ZYPPER="zypper"
|
||||
|
||||
# ╭───┬─────────────╮
|
||||
# │ s │ environment │
|
||||
# ╰───┴─────────────╯
|
||||
# ╭───┬───────────╮
|
||||
# │ e │ functions │
|
||||
# ╰───┴───────────╯
|
||||
|
||||
spcd_step__environment_print() {
|
||||
spcd_ca "list"
|
||||
|
@ -1170,6 +1170,10 @@ ${name}.${_SPCD_TXT_CHARSET} ${_SPCD_TXT_CHARSET}
|
|||
esac
|
||||
}
|
||||
|
||||
# ╭───┬──────╮
|
||||
# │ s = step │
|
||||
# ╰───┴──────╯
|
||||
|
||||
# ╭───┬─────╮
|
||||
# │ s │ dns │
|
||||
# ╰───┴─────╯
|
||||
|
|
Loading…
Reference in a new issue