From a57f1e0b9758034d15535e531a50e752dfa809ac Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Thu, 24 May 2018 16:33:51 +0100 Subject: [PATCH] install script has been updated to remove git submodule update part --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index c091a47..007c7ae 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -68,7 +68,7 @@ main() { pwd=`pwd` cd $ZSH - $(env git submodule init && git submodule update) || { + $(env git submodule init) || { printf "Error: git submodule of My.Zsh repo failed\n" exit 1 }