parent
f523acaa2a
commit
af3e2ad8ed
1 changed files with 6 additions and 3 deletions
9
cd.sh
9
cd.sh
|
@ -189,6 +189,11 @@ local directory
|
||||||
# TODO copy
|
# TODO copy
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function cd_bootstrap {
|
||||||
|
cd_step "${FUNCNAME}"
|
||||||
|
cd-bootstrap
|
||||||
|
}
|
||||||
|
|
||||||
function cd_main {
|
function cd_main {
|
||||||
cd_set_dns_resolving
|
cd_set_dns_resolving
|
||||||
cd_set_packages_repositories
|
cd_set_packages_repositories
|
||||||
|
@ -204,9 +209,7 @@ function cd_main {
|
||||||
cd_install_python
|
cd_install_python
|
||||||
cd_clean_packages_cache
|
cd_clean_packages_cache
|
||||||
cd_install
|
cd_install
|
||||||
|
cd_bootstrap
|
||||||
cd_step 'bootstrap'
|
|
||||||
"${DIRECTORY}/bootstrap.sh"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cd_main
|
cd_main
|
||||||
|
|
Loading…
Reference in a new issue