From a94087cf26f13430b15146e950b5af526813d17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 2 Aug 2018 12:15:23 +0200 Subject: Recursive update is not required --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 1433897..facc8c3 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ cd `dirname $0` -git submodule update --init --recursive || (echo "Submodule update failed!"; exit 5) +git submodule update --init || (echo "Submodule update failed!"; exit 5) # Source inst and diff function . ./utils/inst -- cgit v1.2.3