diff --git a/cd.sh b/cd.sh index 9f30d9b..06e975e 100644 --- a/cd.sh +++ b/cd.sh @@ -189,6 +189,11 @@ local directory # TODO copy } +function cd_bootstrap { + cd_step "${FUNCNAME}" + cd-bootstrap +} + function cd_main { cd_set_dns_resolving cd_set_packages_repositories @@ -204,9 +209,7 @@ function cd_main { cd_install_python cd_clean_packages_cache cd_install - - cd_step 'bootstrap' - "${DIRECTORY}/bootstrap.sh" + cd_bootstrap } cd_main