diff options
| -rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -9,6 +9,7 @@ pushd . | |||
| 9 | cd $THIS_DIR | 9 | cd $THIS_DIR |
| 10 | 10 | ||
| 11 | # Fetch dependencies (git submodules)... | 11 | # Fetch dependencies (git submodules)... |
| 12 | awk '/path = (.*)/{PATH=$3;next} /url = /{URL=$3;next} URL{system("git submodule add " URL " " PATH)}' .gitmodules | ||
| 12 | git submodule update --init --remote --progress | 13 | git submodule update --init --remote --progress |
| 13 | 14 | ||
| 14 | # compile YouCompleteMe | 15 | # compile YouCompleteMe |
