update stow.sh usage

This commit is contained in:
Jason Swank 2025-04-23 22:03:54 -04:00
parent b26a11c7ff
commit 46947e8f9c

View File

@ -5,7 +5,7 @@
STOW=$(which stow || echo -n "") STOW=$(which stow || echo -n "")
if [ -z "$STOW" ]; then if [ -z "$STOW" ]; then
STOW=./stow.sh STOW="./stow.sh -s"
fi fi
git submodule update --init --recursive git submodule update --init --recursive