From af3e2ad8ed3ee016b6bc5d23e19395528e69d4f2 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 26 Apr 2024 19:00:43 +0200 Subject: [PATCH] cd_bootstrap --- cd.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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