diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setup.sh b/bin/setup.sh index 7bca3e7..afc42e2 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -18,7 +18,7 @@ if ! which git >/dev/null; then fi cd ~/dotfiles -git submodule update --recursive +git submodule update --init --recursive git submodule foreach pull cd |