fix install not using submodules
This commit is contained in:
parent
cc9afc5ffe
commit
d255af488a
2 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,8 @@ log "This will alter your home directory '$HOME'."
|
||||||
log "Press [return] to continue."
|
log "Press [return] to continue."
|
||||||
read
|
read
|
||||||
|
|
||||||
|
git pull --recurse-submodules
|
||||||
|
|
||||||
(
|
(
|
||||||
cd "./data"
|
cd "./data"
|
||||||
stow --verbose --target="$HOME" "home"
|
stow --verbose --target="$HOME" "home"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue