Add initialization of submodules to installation script
This commit is contained in:
parent
8542c2be86
commit
a3a39f8b8f
@ -57,6 +57,11 @@ function availability {
|
||||
fi
|
||||
}
|
||||
|
||||
#################################################################
|
||||
# Initiliaze submodules
|
||||
#################################################################
|
||||
git submodule update --init
|
||||
|
||||
#################################################################
|
||||
# Create virtualenv
|
||||
#################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user