install script has been updated to remove git submodule update part

This commit is contained in:
Sameer Rahmani 2018-05-24 16:33:51 +01:00
parent a2cc3ceb2d
commit a57f1e0b97
1 changed files with 1 additions and 1 deletions

View File

@ -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
}