From a3a39f8b8f949d6dc8a6d405e46b61265afa46a7 Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Sat, 2 Feb 2019 13:31:17 +0100 Subject: [PATCH] Add initialization of submodules to installation script --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index a87c5ea..270f475 100755 --- a/install.sh +++ b/install.sh @@ -57,6 +57,11 @@ function availability { fi } +################################################################# +# Initiliaze submodules +################################################################# +git submodule update --init + ################################################################# # Create virtualenv #################################################################