From a3f93ec6436d64f515546ceefe394a79e0552b13 Mon Sep 17 00:00:00 2001 From: Evelina Ametova Date: Tue, 1 Feb 2022 12:14:51 +0100 Subject: Update to new ubuntu and ccpi --- build/setup/repos.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/setup') diff --git a/build/setup/repos.sh b/build/setup/repos.sh index 0c7481a..208ba3e 100644 --- a/build/setup/repos.sh +++ b/build/setup/repos.sh @@ -35,12 +35,13 @@ function install_repo { branch="$2" script="$3" - [ -d "$name" ] || git clone "$repo" + [ -d "$name" ] || git clone --recurse-submodules "$repo" ( cd "$name" git pull origin "$branch" git checkout "$branch" + git submodule update --recursive --remote bash "$setup_path/build/$script" ln -sf "$setup_path/build/$script" ands_install.sh ) -- cgit v1.2.3