diff --git a/install.sh b/install.sh index a19e971..17b2011 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ STOW=$(which stow || echo -n "") if [ -z "$STOW" ]; then - STOW=./stow.sh + STOW="./stow.sh -s" fi git submodule update --init --recursive