fix install not using submodules
This commit is contained in:
parent
cc9afc5ffe
commit
d255af488a
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,9 @@ alias log='echo "[install.sh]"'
|
||||||
|
|
||||||
log "This will alter your home directory '$HOME'."
|
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"
|
||||||
|
|
|
@ -6,7 +6,7 @@ alias log='echo "[uninstall.sh]"'
|
||||||
|
|
||||||
log "This will alter your home directory '$HOME'."
|
log "This will alter your home directory '$HOME'."
|
||||||
log "Press [return] to continue."
|
log "Press [return] to continue."
|
||||||
read
|
read
|
||||||
|
|
||||||
(
|
(
|
||||||
cd "./data"
|
cd "./data"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue