update stow.sh usage
This commit is contained in:
parent
b26a11c7ff
commit
46947e8f9c
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user