summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorAudric Schiltknecht <audric.schiltknecht@viagenie.ca>2016-07-12 18:35:10 -0400
committerAudric Schiltknecht <audric.schiltknecht@viagenie.ca>2016-07-12 18:35:10 -0400
commit1ed28817efd4f415aee0c8a2b5b6772edfc2c58e (patch)
treea030b9e0693ee0ea9a2ae477f263653fcc6ea5e2 /install.sh
parenta79d124f165fbd5ea235a48057fff5ca9120bf29 (diff)
downloaddotfiles-1ed28817efd4f415aee0c8a2b5b6772edfc2c58e.tar.gz
dotfiles-1ed28817efd4f415aee0c8a2b5b6772edfc2c58e.tar.bz2
dotfiles-1ed28817efd4f415aee0c8a2b5b6772edfc2c58e.zip
Fix submodule init
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 87a0ac3..5fabb96 100755
--- a/install.sh
+++ b/install.sh
@@ -3,7 +3,8 @@
# create the symbolic links to the files in this repository
cd `dirname $0`
-git submodule init --update
+git submodule init
+git submodule update
CURRENT_PATH=`pwd`