aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-10 10:27:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-10 10:27:08 +1200
commit2b5af69855d7214a8208423914b03206862b703c (patch)
treef0dd92009163110456d14f48ec27ac6846688557 /install
parentUse vnoremap not xnoremap (diff)
downloaddotfiles-2b5af69855d7214a8208423914b03206862b703c.tar.gz
dotfiles-2b5af69855d7214a8208423914b03206862b703c.zip
Be noisier during submodule retrieval
No particular reason to be quiet in the script, better to inform me what's going on
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 5136a821..b6f20c6b 100755
--- a/install
+++ b/install
@@ -10,7 +10,7 @@ set -o nounset
dotfiles=$HOME/.dotfiles
# Check out submodules
-(cd $dotfiles && git submodule --quiet update --init )
+(cd $dotfiles && git submodule update --init )
# Link in essentials
ln -insv $dotfiles/bash/bashrc $HOME/.bashrc