From 46947e8f9c63f46b76390b9000fcca654b148218 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Wed, 23 Apr 2025 22:03:54 -0400 Subject: [PATCH] update stow.sh usage --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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