diff --git a/setup_node.sh b/setup_node.sh index d890c9d..1441ecd 100755 --- a/setup_node.sh +++ b/setup_node.sh @@ -95,7 +95,7 @@ cd $here echo Setting up cluster agent -git clone https://git.yeet.space/fabian/actsim-cluster-agent.git -b lib-merged $srcfolder/actsim-cluster-agent +git clone https://git.yeet.space/fabian/actsim-cluster-agent.git -b lib-merged --recursive $srcfolder/actsim-cluster-agent mkdir -p $srcfolder/actsim-cluster-agent/build cd $srcfolder/actsim-cluster-agent/build cmake ..