aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 9bf3b86..79e57c8 100755
--- a/configure
+++ b/configure
@@ -7,8 +7,10 @@ python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
+git submodule update
cd database
sh init_db.sh
+make
cd ..
cd voerbak