steps/dns
This commit is contained in:
parent
58192fa9f8
commit
6685170c4f
1 changed files with 2 additions and 10 deletions
|
@ -1174,15 +1174,6 @@ ${name}.${_SPCD_TXT_CHARSET} ${_SPCD_TXT_CHARSET}
|
|||
# │ s = step │
|
||||
# ╰───┴──────╯
|
||||
|
||||
# ╭───┬─────╮
|
||||
# │ s │ dns │
|
||||
# ╰───┴─────╯
|
||||
|
||||
spcd_step__dns() {
|
||||
spcd_step "DNS"
|
||||
spcd_dns "write"
|
||||
}
|
||||
|
||||
# ╭───┬──────────╮
|
||||
# │ s │ packages │
|
||||
# ╰───┴──────────╯
|
||||
|
@ -1571,7 +1562,8 @@ spcd_main() {
|
|||
spcd_step__environment_list_workspace
|
||||
spcd_step_out
|
||||
# dns
|
||||
spcd_step__dns
|
||||
spcd_step "DNS"
|
||||
spcd_dns "write"
|
||||
# packages
|
||||
spcd_step_in "Packages"
|
||||
spcd_step__packages_set_repositories
|
||||
|
|
Loading…
Reference in a new issue