summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 19ea332..d21538b 100755
--- a/setup.sh
+++ b/setup.sh
@@ -21,6 +21,13 @@ update_hg_lib() {
cd $DIR
}
+echo "update submodules"
+
+git submodule update --recursive --init
+
+mdot-library/version.sh
+./version.sh
+
echo "creating libs directory..."
mkdir -p $LIB