Add initialization of submodules to installation script

This commit is contained in:
Dennis Potter 2019-02-02 13:31:17 +01:00
parent 8542c2be86
commit a3a39f8b8f
Signed by: Dennis
GPG Key ID: 186A8AD440942BAF
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ function availability {
fi
}
#################################################################
# Initiliaze submodules
#################################################################
git submodule update --init
#################################################################
# Create virtualenv
#################################################################