summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-04-23 11:56:31 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-04-23 11:57:01 -0400
commitc799bba769f169d40589511504b0b1f81d7091f1 (patch)
tree87981fabfead29acb390d3e804b73db5dab1b978 /setup.sh
parentc1d00e6bcf2d737ef5865cd112e56c6b8dced472 (diff)
Fix
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 39f8856..2a6e2f6 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
-STOW="stow"
+STOW="stow --no-folding -R -v"
cd "$(dirname $0)"
git submodule update --init --recursive --depth 1