diff options
-rwxr-xr-x | bootstrap-main.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap-main.sh b/bootstrap-main.sh index ea56202..9ec0f32 100755 --- a/bootstrap-main.sh +++ b/bootstrap-main.sh @@ -32,6 +32,9 @@ main() "${SCRIPT_DIR}/bootstrap-stage1-install.sh" "${SCRIPT_DIR}/bootstrap-stage1-test.sh" "${SCRIPT_DIR}/bootstrap-stage2-build.sh" + "${SCRIPT_DIR}/bootstrap-stage2-install.sh" + "${SCRIPT_DIR}/bootstrap-stage2-test.sh" + "${SCRIPT_DIR}/bootstrap-stage3-build.sh" } main "${@}" |