From c087a6d320d504814d737ca5ebfa6f39c8fae12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 3 Oct 2016 09:10:14 +0200 Subject: On install start update submodules --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index acaa360..ce9d8f7 100755 --- a/install +++ b/install @@ -2,6 +2,8 @@ cd `dirname $0` +git submodule update --init || (echo "Submodule update failed! Use --ignore-sub if it's ok."; exit 5) + dodiff() { if [ -d "$2" ]; then # If we just copying some file to directory -- cgit v1.2.3