diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |