From 7d5298816d931ca4eadd0ac67fa2df8f4188aaeb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 8 Feb 2016 07:12:19 +0100 Subject: Updated install script. --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 5eb0ec13..867dfc78 100755 --- a/install.sh +++ b/install.sh @@ -42,3 +42,7 @@ fi python$PYTHON_VERSION src/manager.py db_empty python$PYTHON_VERSION src/manager.py db_create + +# Bootstrap +git submodule init +git submodule update -- cgit